[java ee programming] Re: java socket question

2009-09-12 Thread ioan-eugen stan
solved, i wasn't sending end of lines from the server. and i used readline in the client. :) On Sep 11, 2:13 pm, "Fiveholiday" wrote: > It is not always possible for servers to report anything to the clients, > unless ofcourse, the client is connected to the server. The only way that > could hap

[java ee programming] Re: java socket question

2009-09-11 Thread Fiveholiday
It is not always possible for servers to report anything to the clients, unless ofcourse, the client is connected to the server. The only way that could happen is if the client doubles as a server too, that way, it gets notifications from other clients. Or maybe I didn't get your question corr