Message Routing Paradigms

Sean Hinde Sean.Hinde@REDACTED
Fri Dec 13 11:31:05 CET 2002


Eric,
 
I'm not sure there is really a need for a paradigm - it is the basis of
Erlang.
 
To get 10k per second you are probably not wanting to do a lot of processing
on each message - but a simple round robin load balancer based on
differently tagged messages is probably no more than a single gen_server
with a little logic
 
I'm not familiar with these different mechanisms but my guess is that they
are only needed because they don't have Erlang :-)
 
Sean

-----Original Message-----
From: Eric Newhuis [mailto:enewhuis@REDACTED]
Sent: 13 December 2002 04:07
To: erlang-questions@REDACTED
Subject: Message Routing Paradigms


To whomever knows,
 
Are there any good information sources regarding Erlang message routing
paradigms?
 
I am interested in decoupling publishers and subscribers, possible
space-based load-balancing (like Java Spaces or IBM T-spaces), content-based
subject routing, and it must handle on order of 10K messages per second per
1GHz CPU.
 

Sincerely,
Eric Newhuis
 
 




NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.




More information about the erlang-questions mailing list