Re: Instant Chat System for 1000 simultaneous clients



On Fri, 11 Apr 2008 07:16:16 -0700 (PDT), anshul saprey
<anshul_saprey@xxxxxxxxxxxxxx> wrote, quoted or indirectly quoted
someone who said :

I want to implement instant messaging system that will use client
server interface and can handle 1000 simultaneous clients connections.
PLease give me suggestions or links to codes.

If you want something that will scale well, you would have the clients
talk directly to each other after you help set up the calls. They
might even use UDP.
--

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.



Relevant Pages