Re: SoupServer - understanding multiple request at once handling
- From: Bernhard Schuster <schuster bernhard googlemail com>
- To: Cestonaro Thilo <thilo cestonaro ts fujitsu com>
- Cc: libsoup-list gnome org
- Subject: Re: SoupServer - understanding multiple request at once handling
- Date: Sat, 17 Aug 2013 22:16:22 +0200
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]