Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

server throttling

10 views
Skip to first unread message

sunil

unread,
Jan 9, 2011, 9:45:07 PM1/9/11
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
0 new messages