Re: Java NIO server and Python asyncore client

2013-02-15 Thread Petri Heinilä
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. >

Re: Java NIO server and Python asyncore client

2013-02-05 Thread dieter
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

Java NIO server and Python asyncore client

2013-02-05 Thread foobarometer
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