Bob Chen

Results 106 comments of Bob Chen

If you are migrating threads by yourself , the main loop will block at semaphore wait, and semaphore wait will eventually call thead_usleep, so these two approaches are the same

Interesting. Would you like to chat a little bit? My email address is on my home page.

Yes, we are definitely open to cooperations. But unfortunately, this project's orientation is toward the base library, and thus not likely to integrate many high level applications or frameworks. For...

Did you build with debug mode? Because I didn't find the line number. Or could you try lower gcc version such as devtoolset 7 or 8?

https://github.com/alibaba/PhotonLibOS#3-testing ``` Note the examples are also built from testing cmake -D BUILD_TESTING=1 -D ENABLE_SASL=1 -D ENABLE_FUSE=1 -D CMAKE_BUILD_TYPE=Debug .. make -j ``` This command will build example code

That's very strange. CentOS 8 is a very basic platform to run Photon. Here is my suggestion: 1. I provide a temporary cloud server (CentOS 8) for you with public...

email you public key to me?

Why stack variable makes no sense? Could you elaborate?

So I guess your were writing your own HTTP server handler and found that the http request body buffer was corrupted?

Feel free to fix this if you are convenient. And we will follow up this bug next week as well.