johnvanderwood
Programmer
My company's product provides an HTTP/XML API. We are considering integration with SeeBeyond by way of the HTTP(S) eWay. We would keep a single session open between our web server and SB, using the eWay as a sort of concentrator for many end users.
But... will this eWay cause requests to be queued and handled in a single-threaded request/response way (bad)? Or will it have a pool of threads/sockets that enables multiple simultaneous requests (good)?
Apologies to SeeBeyond jocks if this is a dumb question - I have looked through the HTTP eWay doc and did not get a clear answer. Thanks,
John Vanderwood
But... will this eWay cause requests to be queued and handled in a single-threaded request/response way (bad)? Or will it have a pool of threads/sockets that enables multiple simultaneous requests (good)?
Apologies to SeeBeyond jocks if this is a dumb question - I have looked through the HTTP eWay doc and did not get a clear answer. Thanks,
John Vanderwood