nilesh bhadane
2018-09-06 21:55:36 UTC
I am using event socket for UDP communication between client and severs.
I am using Pool with 60 greenlet size. (pool = Pool(60))
When I am sending 60 packets from client to receiver, then client can able
to send only 12 packet at a time.
1. When a client receives a response (for example 1st packet) from server
for one packet then only client send 13th packet
When a client receives a response (fro example for 5th packet)from server
for one packet then only client send 14th packet âŠ.so on till 60th packet.
My question is I have mentioned Pool greenelt size 60 then why Gevent is
not able to submit 60 packet at time
I am using Pool with 60 greenlet size. (pool = Pool(60))
When I am sending 60 packets from client to receiver, then client can able
to send only 12 packet at a time.
1. When a client receives a response (for example 1st packet) from server
for one packet then only client send 13th packet
When a client receives a response (fro example for 5th packet)from server
for one packet then only client send 14th packet âŠ.so on till 60th packet.
My question is I have mentioned Pool greenelt size 60 then why Gevent is
not able to submit 60 packet at time
--
You received this message because you are subscribed to the Google Groups "gevent: coroutine-based Python network library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gevent+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "gevent: coroutine-based Python network library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gevent+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.