Ove Kaaven <[EMAIL PROTECTED]> writes:
> I'll try to spare Alexandre the trouble of answering this one. Thread
> safety is not a problem, because the server request buffers are
> per-thread. It makes no sense to make requests stackable, it's much better
> to just fill the buffer right before the server request is to be made,
> maybe even in a separate function just in case.
In fact it may make sense at some point to support stackable requests,
so that signal handling can work properly. At the moment signals do
not work if they happen while we are filling a request buffer, which
means that we cannot single-step through a server call with the
built-in debugger for instance.
--
Alexandre Julliard
[EMAIL PROTECTED]