On Thu, Mar 01, 2007 at 11:00:20PM -0800, David Davis wrote: > POE is not threaded, and therefore multiple 'event chains' won't be running > simultaneously in a single process.
I think multiple event _chains_ *do* exist simultaneously. Just only one event _handler_ runs at a time. Depends how you interpret 'running' I guess. /joel
