sunil
unread,Jan 9, 2011, 9:45:07 PM1/9/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I am working on designing a high message rate application (that
should be able to handle input rate of 50,000 messages/second). This
application needs to do some processing and fan out some message
derived from input message. Almost every input message would generate
1 output message. To prevent overloading downstream servers, I am
thinking of doing message aggregation basically throttle message flow.
What I am trying to figure out is is this throttling going to help,
basically instead of sending small messages at high rate, I am
planning to send aggregated messages (that got accumulated over a
given time period) at slow rate. The server and downstream apps will
communicate via TCP/IP on same machine and it will all run on SunOS/
AIX machines.
Thanks in advance for any help/inputs,
Sunil