Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Chat server impossible with Perl?

by msemtd (Scribe)
on Feb 04, 2005 at 13:59 UTC ( [id://428056]=note: print w/replies, xml ) Need Help??


in reply to Chat server impossible with Perl?

I had a similar requirement a year or so ago that I fulfilled with POE: we had a huge distributed EJB system that had constant, difficult to diagnose TCP/IP problems and just would not scale well. I replaced the vile binary JMS and EJB communications with a simple ASCII protocol (that was human-readable), turned the server into a client (in TCP/IP terms) and in the middle, put a tiny ASCII chat server, hardly modified from POE cookbook chat server (http://poe.perl.org/?POE_Cookbook/Chat_Server). The communications were just like a chat room system with individual client systems joining the conversations or "rooms" they required as data feeds. As far as I know it's still running today!

--
map & grep are our friends

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://428056]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-16 06:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found