On Tuesday, February 5, 2013 10:09:28 AM UTC+2, foobar...@gmail.com wrote:
> Can someone help answer this?
>
> http://stackoverflow.com/questions/14698020/java-nio-server-and-python-asyncore-client
>
>
>
> Blocking python client works, asyncore doesn't work.
>
foobarome...@gmail.com writes:
> Can someone help answer this?
> http://stackoverflow.com/questions/14698020/java-nio-server-and-python-asyncore-client
>
> Blocking python client works, asyncore doesn't work.
I fear you must tell us which Python version you are us
Can someone help answer this?
http://stackoverflow.com/questions/14698020/java-nio-server-and-python-asyncore-client
Blocking python client works, asyncore doesn't work.
Server.java:
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.nio.channels.SelectionKey;
i