Xie Chenhong

Results 10 comments of Xie Chenhong

Hi @mrichar1 , Thank you so much for the awesome work! I'm currently using the latest pull from Github master and am seeing similar error by the following Django code:...

Hi @mrichar1 , That was a very prompt reply 👍 I tried to mimic something similar to the `simple` app as closely as possible (with no `AUTHENTICATION_BACKENDS` and tried both...

Argh!!! I tried another time with Opera Private mode and it worked XDD What happened to my good old Chrome?! Thank you so much for the million dollar suggestion. Will...

It would be great!

I made a POC here: https://github.com/xch91/openresty-container

特别好奇全链路异步化和基于SQL优先级抢占的实现思路和协议

> 问题的核心还是如何包装子任务,让这些已经异步化的子任务能在某些合适的检查点让出线程,或者当来了优先级更高的任务后低优先级的也要让出线程,只有这样才能放心使用统一的线程组调度这些任务。 想请教一下JVM里如何抢占呢?如果能给个代码链接的话不胜感激🙏

我目前看到的主要是在执行逻辑里加入 `yieldIfNeeded` 来让出自己的执行阶段,所以大体思路还是非抢占式的对吗?

> 高优先级的事务(sql)可以抢占低优先级的。 抢占部分的逻辑是如何实现的呢?求思路求代码链接🙏

Sorry man, I'm not maintaining it but just forked over for ease of browsing