Re: Instant Chat System for 1000 simultaneous clients



Roedy Green wrote:

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.
tutorials etc. for that

can it be easier to implement using java api's ?

see http://mindprod.com/jgloss/jabber.html

One problem when you do anything clever with instant messaging is
firewalls freak and block you. BitTorrent has the same problem.
If you have technically savvy audience this is not such a problem,
but won't do for the average home user.


Check out http://www.igniterealtime.com they have an open source XMPP
server (Openfire), client program (Spark), and libraries (smack), all in
Java :)

We are using their software and are very pleased with it.
.



Relevant Pages