Re: SoupServer - understanding multiple request at once handling



The trick is to call `soup_message_pause`, put all info needed to
process it further into a struct, pass that as `user_data` to a
`GThread` or `pthread`, resume message processing in that thread by
`soup_message_unpause`. Just recently did that, works like a charm.

Best

Bernhard


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