Home >
Vendors >
Looking for: Web Service Architects (7)
09-25-2011 11:55 AM
#1
tijn (Moderator)
Looking for: Web Service Architects
Im looking for someone that can give some quick advice and guidance regarding the architecture of a low latency / high volume / high concurrency web service.
Give me a shout if you have this experience, or know of someone.
Cheers
Tijn
09-25-2011 04:32 PM
#2
BeyondHosting-Tyler (Member)
Hi Tijn, PM Sent.
09-25-2011 05:08 PM
#3
seank (Member)
I had the same requirement and built my own webserver and used Amazon AWS for hosting and auto-scaling depending on load.
I wrote everything in Java, the only slow thing about Java is the initial once-off startup time.
Round trip requests take a mere 60ms now and each server instance can handle max 2800 requests/second. Amazon charge me about $90/month for 1 load-balancer and 1 running instance, not bad.
Sean
09-28-2011 01:17 PM
#4
tijn (Moderator)
Sounds awesome seank. Are you supporting php in that setup?
09-28-2011 05:46 PM
#5
BeyondHosting-Tyler (Member)

Originally Posted by
seank
I had the same requirement and built my own webserver and used Amazon AWS for hosting and auto-scaling depending on load.
I wrote everything in Java, the only slow thing about Java is the initial once-off startup time.
Round trip requests take a mere 60ms now and each server instance can handle max 2800 requests/second. Amazon charge me about $90/month for 1 load-balancer and 1 running instance, not bad.
Sean
60ms from what distance though? Even DNS querys take upwards of 60 msec just across the eastern US. AWS has a big problem with io performance, you will bottleneck IO quickly before CPU with their *scaling*. Haha I don't think they sell IOP :-)
09-28-2011 07:34 PM
#6
seank (Member)
Hi tijn, no php, it's all Java as that's my forte.
09-28-2011 07:43 PM
#7
seank (Member)

Originally Posted by
BeyondHosting-Tyler
60ms from what distance though? Even DNS querys take upwards of 60 msec just across the eastern US. AWS has a big problem with io performance, you will bottleneck IO quickly before CPU with their *scaling*. Haha I don't think they sell IOP :-)
Hi Tyler, true when I ping the amazon server in US-east-1d from Belgium I get a reply in 113ms, but you're right the load test was done from within the US. I need to look up that site's name, it was mentioned here on STM a while back. When I find it I can see how many concurrent requests were run on that test.
Sean
Home >
Vendors >