View Full Version : How do Web Services handle so many requests?
pittsburghjoe
July 24th, 2008, 09:13 PM
I'm learning about SOA and the fun that goes with it ..Polling, SOAP, Remoting and I'm
curious how your average "service" provider can handle a constant bombardment of requests?
Does WSDL have something built in to prevent server overload?
What happens when someone is constantly Polling a Web Service to get close to Real-Time data? Would they block their hosts IP?
Jeff Wheeler
July 24th, 2008, 09:32 PM
If there is a need for real-time data, push-style transmission would be preferable. If the load was significant enough, the provider of the service would probably provide some sort of subscription, like that.
Comet is similar, but many types of non-HTTP connections are very well designed for this purpose.
pittsburghjoe
July 25th, 2008, 12:20 PM
In the case of a subscription
Is a user name and password passed to WSDL before the client can receive data/service?
Does that user name and password have to be sent to the service provider every time it polls?
Whats preventing someone from sniffing your WSDL request and stealing your authentication and causing a big "Hit" bill
Jeff Wheeler
July 25th, 2008, 09:57 PM
Most all of that depends on the specific API implementation…
pittsburghjoe
August 1st, 2008, 10:34 AM
Thanks for your snippets of wisdom Jeff.
Could I ask you to take a peek at a question I posted in the AS3 forum a couple days ago?
Web Service API that supports AMF Remoting? (http://www.kirupa.com/forum/showthread.php?t=304958)
Jeff Wheeler
August 1st, 2008, 07:40 PM
Unfortunately, I don’t think I’m probably the best person to answer it, because I don’t know any AS. :-/
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.