You want the perl scripts to send oneanother jabber messages when they complete their tasks?
mailer.pl> i'm done, over to you
backend.pl> Ok, great, i'll start on that
mailer.pl> let me know when you're done.
backend> Sure, will do ^_^
Hrm, I smell botnet
will: do{ perl programming } for $cash;
| [reply] |
OK, not helpful, i get the point.
| [reply] |
Hi,
I see you don't have any idea of what Jabber really is!
XMPP is a set of protocols expressed within XML. XMPP provides a structured,
extensible framework for exchanging all kinds of information. It provides you with
Synchronous, Request/Response, and also Asynchronous Framework. It has
Component/Service Architecture. As XML-RPC and SOAP are also XML based, RPC
can go through XMPP messages, getting all the benefits that the Jabber server and the
XMPP protocols can provide.
And you can also define your own protocol, because there are only a few restricted tags that Jabber uses itself, so there is space for defining something that only process your business logic.
So, I recommend you doing a research first and then write comments...
Ahh, there're also nice books about Jabber, for example:
Regards,
fmerges at irc.freenode.net
| [reply] |
Well, that Jabber thing sure does sound quite handy indeed
I guess I did the RPC equivilant of saying ``The internet's no use to anyone because it's just HTTP''
*Blush*
. o O { perhaps next time I'll keep my ill-informed smart-alec comments to myself }
| [reply] |