Re: [Vala] libsoup serves only one request at a time



On 03/16/2012 10:27 AM, Edwin DLCA wrote:
> I have a small application that serves html pages. It works
> fine, but when the page is too large can not address
> other petivciones until finishes sendingthe page.
> Is there any way to make libsoup attend several requests on
> multiplethreads at once?
> (I use vala)

SoupServer is single-threaded, but it works asynchronously, so it should
have no problem interleaving multiple requests.

Is your code somewhere I can see it?

-- Dan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]