PhotonLibOS
PhotonLibOS copied to clipboard
Probably the fastest coroutine lib in the world!
Ubuntu 22.04 g++ version : 11.20 glibc version : 2.35 ### fs-test the reason why fs test build failed : From glibc 2.24 onwards, the __malloc_initialize_hook variable has been removed...
hello i follow the instractions of Build in the file README.md. But when i run PhotonLibOS/build/output/simple-example,i got this error bellow: `2022/08/02 11:06:40|INFO |th=0000000000641FB0|/home/root/workspace/PhotonLibOS/io/iouring-wrapper.cpp:495|new_iouring:Init event engine: iouring [is_master=1] 2022/08/02 11:06:40|WARN |th=0000000000641FB0|/home/root/workspace/PhotonLibOS/io/iouring-wrapper.cpp:74|init:iouring:...
Looks like photonlibos can only use one CPU core. If I want to write a service running on a multi-core server, how can I use all of the cores? Can...
Hi, how can we rerun the TCP benchmarks with PhotonLibOS ? Did you use client and server from https://github.com/alibaba/PhotonLibOS/tree/main/examples/rpc ? Regarding the results in https://github.com/alibaba/PhotonLibOS#21-tcp Did you achieve 17.1Gb and...
**Describe** Hi, I was interested in this project, so I attempted to compile it. However, compilation error arise when I build this repo. The compilation steps are described in full...
add '>' to func parameter declaration
https://github.com/containerd/overlaybd overlaybd will be using Photon's coroutine lib and fs lib. It's our first user. Cheers...
hello, I am very interested in the project,and want to write a live media server based on photonlibos, but most of our server‘s operating system is centso7,Upgrading the OS all...