durusmail: quixote-users: Making Quixote work in a threaded Web server.
Making Quixote work in a threaded Web server.
2002-10-04
2002-10-04
2002-10-04
2002-10-04
2002-10-06
2002-10-07
2002-10-16
2002-10-16
2002-10-16
2002-10-16
2002-10-17
2002-10-17
2002-10-17
2002-10-16
2002-10-16
Making Quixote work in a threaded Web server.
Greg Ward
2002-10-16
On 06 October 2002, Titus Brown said:
> Attached is a patch that makes three changes minimally necessary to support
> a model for one request/thread, multiple requests per publisher.

OK, I'm fiddling with your patch now in preparation for checking it in.
If you're not on the quixote-checkins list now, you might want to
subscribe.

First, you really *meant* to say "one request/publisher, multiple
simultaneous publishers" up there, right?  I sure as heck don't see
anything that would allow multiple requests per publisher.

Second, I suspect you still have something hiding up your sleeve --
specifically, the code that actually allows multiple simultaneous
publishers.  With your patch, we get rid of the global _request, but
still have the global _publisher.  How do you deal with that?

        Greg
--
Greg Ward - software developer                gward@mems-exchange.org
MEMS Exchange                            http://www.mems-exchange.org

reply