soap messages over a single HTTP(S) connection -
can give me answer following question: have remote web service , requirement 100 tps. (transaction per second ). far know creation of connection ( http connection ) quite expensive operation. so, need create 1 http connection web service , being able send lot of soap messages (envelopes) through connection, not 1 soap message , 1 http connection, many soap messages , 1 http connection. of course need create http connections need, each of them must serve soap messages.
may there development pattern or other issue not know.
i appreciate kind of help!
soap not have on http. happens implemented on http.
if want use soap can use socket, or message queue http. example see: http://msdn.microsoft.com/en-us/library/51f6ye7k.aspx
however, think if need 100 tps, soap not right technology use.
Comments
Post a Comment