Does anybody have a good design or open source code for a tcp server.
I tried going through the Tomcat source, but it looks a little too
intensive for what I need. I have been using some of the JBOSS code,
pretty good, but the parts that I am using are lax.
Basically I dont know what I am looking for, but if I saw some good
(possibly threaded) java tcp server code, I might find it.
HTTP Webserver/Telnet whatever.
bigbinc - 21 Jan 2004 12:35 GMT
> Does anybody have a good design or open source code for a tcp server.
> I tried going through the Tomcat source, but it looks a little too
[quoted text clipped - 5 lines]
>
> HTTP Webserver/Telnet whatever.
Jigsaw doesnt look too bad.
George Elkins - 21 Jan 2004 13:56 GMT
> > Does anybody have a good design or open source code for a tcp server.
> > I tried going through the Tomcat source, but it looks a little too
[quoted text clipped - 7 lines]
>
> Jigsaw doesnt look too bad.
Take a look at http://quickserver.sourceforge.net and let me know what you
think.
George Elkins
bigbinc - 21 Jan 2004 22:28 GMT
> > bigbinc@hotmail.com (bigbinc) wrote in message
> news:<d1b33313.0401200557.4cac50a1@posting.google.com>...
[quoted text clipped - 14 lines]
>
> George Elkins
Looks good, are you using it for anything.