Integrated threaded server
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
I had to implement my own multi-threaded listener in order to make use of HTTP keep-alive. In my opinion, gSOAP should contain its own implementation of multi-threaded server, because threading SOAP requests has nothing to do with application logic. Some sort of soap_loop() and soap_threaded_loop() API should be provided.