python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How is the reusing of TCP connection of `requests.Session` (keep-alive connection) handled by `gevent`?
We know that requests.Session keeps a single TCP connection alive for multiple HTTP requests/responses sent through it. But what happens when requests is patched by gevent.monkey?
Since we can concurr...
2474101468
Votes: 0
Answers: 0
Why Use Gevent Pool to Manage Greenlet Connections in a Server?
I am working with a Python server which spawns a greenlet for each connection to the server. Currently, the server doesn't make use of a greenlet pool. While it was my hunch that using a pool would ...

Daniel
Votes: 0
Answers: 1
Can not understand why `redis + gevent + multithreading` performence is so pool
Question
I am trying to use gevent to improve my programe to interact with redis, but when use gevent + redis-py in multi threading scenario, i found that the performence is so pool. When i comment th...
JinXing F
Votes: 0
Answers: 0