G
Guest
What gaurantees are there in the way of which thread the events are called from.
I've seen:
Thread A Begin
Thread B Begin
Thread A End
Thread A End
That seems to indicate that Begin and End can't be assumed to be called from the same thread, but can I assume that the Begin will happen on the same thread that executes the request?
I'm trying to use these events to log which thread is executing a request.
Furthermore, I'm trying to do the same thing with a SOAP extension. Would anyone know the answer or should I ask in the other forums?
Thanks,
Andrew Lippitt
I've seen:
Thread A Begin
Thread B Begin
Thread A End
Thread A End
That seems to indicate that Begin and End can't be assumed to be called from the same thread, but can I assume that the Begin will happen on the same thread that executes the request?
I'm trying to use these events to log which thread is executing a request.
Furthermore, I'm trying to do the same thing with a SOAP extension. Would anyone know the answer or should I ask in the other forums?
Thanks,
Andrew Lippitt