K 10 svn:author V 3 lbr K 8 svn:date V 27 2007-08-02T08:38:29.000000Z K 7 svn:log V 285 This engine allows Catalyst to process multiple requests in parallel within a single process. Much of the internal Catalyst flow now uses POE yield calls. Application code will still block of course, but all I/O, header processing, and POST body processing is handled asynchronously. END