SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
Originally posted by Ransika deSilva:
Hi all,
I want to develop an application which gets 3000 Asynchronous requests per second and I would be very glad to hear your expert ideas on this? This application is intended for the Wireless market. So far I have done some research on Mobicent application and sounds promising. But I am not very clear on this particular point; if a thread is created to handle an incoming request, we need to create 3000 threads per a second, which I am sure not very good. So what are the frameworks which I can do the research on. Thanks and regards.
Gabriel
Software Surgeon
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
Gabriel
Software Surgeon
This performance profile ( presented at author's site ) compares favorably with traditional fast substring scanning algorithms, such as Boyer Moore. Since Java's character is 16 bit wide, a naive implementation of Boyer Moore would require 65536 machine instructions to initialize its lookup table. This is obviously not acceptable when we are scanning any string shorter than 70000 characters long.
"The differential equations that describe dynamic interactions of power generators are similar to that of the gravitational interplay among celestial bodies, which is chaotic in nature."
Originally posted by Peter Mayer:
....( horray for php )....
"The differential equations that describe dynamic interactions of power generators are similar to that of the gravitational interplay among celestial bodies, which is chaotic in nature."
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
Originally posted by Stan James:
Can you put a load balancer in front of this? The clients hit an IP address which is really an ArrowPoint or similar box that splits traffic among some number of servers. That also helps your reliability - if one goes down the others in the group keep working.[/QB]
Gabriel
Software Surgeon
SCJP 1.4, SCMAD 1.0<br />SCWCD, SCBCD (in progress)
Why fit in when you were born to stand out? - Seuss. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|