Re: Socket Communication

2006-05-24 Thread Peter Dawn
perhaps i should do that. generate a new thread within a file, open up a socket, so that it doesnt block any other processes. any other help guys. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

RE: Socket Communication

2006-05-24 Thread Detlef Schulze
Don't you use a own thread for it? -Original Message- From: Peter Dawn [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 24. Mai 2006 11:53 To: tapestry-user@jakarta.apache.org Subject: Socket Communication i am trying to enable socket comm in my web app. the problem is that once i start

Socket Communication

2006-05-24 Thread Peter Dawn
i am trying to enable socket comm in my web app. the problem is that once i start a new socket on a port and am waiting for messages, the page wouldnt load up any further till i have received some message. what i am trying to do is get it to run in the background while the app runs as usual in the