|
Documentation contains example HTTP client, but I see it works in blocking mode:
- this call will stop program execution while waiting for
server's response. Is it possible to perform multiple
concurrent requests
with cpp_netlib without spawning multiple threads, as it can
be done with ASIO asynchronous sockets? I mean a
non-blocking manner, something like this: 1) Create single io_service object |
------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________ Cpp-netlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel
