Luke Gorrie luke@bluetail.com writes:
What setup are you with right now - is it multithreaded?
Araneida does both serve-event and multithreaded: it just depends on which HTTP-LISTENER subclass you instantiate.
I'm wondering if you're binding *invoke-debugger-hook* globally for all threads (with potential race conditions), or if you're starting with a simpler somehow.
The former (but not rebinding it, just setting it). Where do you see the race conditions? I can't see wanting to do this from more than one place at a time.
-dan