i have a java socket that reads data continuously(24*7) from a server.(PROCESS 1)
I want to implement my own java server to distribute this data to my clients. Now for that purpose ...
Our JVM crashes with segmentation fault from time to time in
production with what feels like a race condition of some sort.
Setups to reproduce:
- JRE jre1.6.0_24 on Linux Ubuntu 9.10 and Debian ...
I'am investigating strange problem. I'am using java Sockets for IPC. And i'am worrying about strange traffic. When i use c# and transfer strings via StreamWriter it is ok: