Posted By:
James_Bayer
Posted On:
Wednesday, March 19, 2003 04:17 PM
We have a small web server app that listens on a port for connections, and writes the data received on that port to a file. Using the PersonalJava JVM from Sun, the file can only accept 194-199 socket connection (url calls basically) before it crashes. I suspect that the sockets are not being recycled correctly in that implementation of the JVM. The same program works fine on other platforms. I need a JVM with java.net.ServerSocket
1) any ideas how i could solve the problem?
2) any jvms other that sun's that will work on the pocket pc for mips?