26 Aug
2009
26 Aug
'09
2:47 p.m.
Not easily,
The application with the trouble is a windows service that sits behind a lighttpd server. The client app is an exe that uses the libcurl library to send the data. I'm on windows BTW.
Perhaps I could start with the http server 3 and implement a http put method, I'll see the feasibility of that.
If I got you right, you say that reading a big file and sending it to a socket - by means of ASIO - takes a lot of time. This's unreleated to any other functionality - http or win.service - and could be easily isolated and reproduced in a few lines of code...