Re: OT: about readers

2011-06-16 Thread alexis
rds. --Original Message-- From: Christopher Schultz To: Tomcat Users List ReplyTo: Tomcat Users List Subject: Re: OT: about readers Sent: Jun 16, 2011 19:16 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexis, On 6/16/2011 5:36 PM, alexis wrote: > im reading from a socket with a buffer

Re: OT: about readers

2011-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexis, On 6/16/2011 5:36 PM, alexis wrote: > im reading from a socket with a bufferedreader using readLine, it > works perfect, problem is some messages has no termination at all, so > readLine never completes. Do you mean that you are hitting the e

RE: OT: about readers

2011-06-16 Thread Martin Gainty
tion, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: alz...@gmail.com > Subject: OT: about readers > Date: Thu, 16 Jun 2011 18:36:55 -0300 > To: users@tomcat.apache.org > > Hello, all, i know this one is OT but i cannot figure it out how to

OT: about readers

2011-06-16 Thread alexis
Hello, all, i know this one is OT but i cannot figure it out how to do this im reading from a socket with a bufferedreader using readLine, it works perfect, problem is some messages has no termination at all, so readLine never completes. How can i deal with this? i know i can read char by cha