Using Tomcat for communicating direct TCP/IP?

2005-06-29 Thread Keijo Lehto
Hi, I'm currently working on implementing a Java server, which (in nutshell) listens to certain TCP ports, reads input, processes the data and sends output back to the client depending on how the input processing went. Now, instead of reinventing the wheel, I was wondering whether I could

Re: Using Tomcat for communicating direct TCP/IP?

2005-06-29 Thread Keijo Lehto
(basically just a very simple request-response model with ASCII text messages). BR, - keke On 6/29/05, Bhaskar [EMAIL PROTECTED] wrote: Have you given any thoughts on using RMI or JavaSpaces? Bhaskar Keijo Lehto wrote: Hi, I'm currently working on implementing a Java server, which