Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 0.08 | Lars Balker Rasmussen | 2009-03-23 | 1 | -0/+4 |
| | | | | Notes: svn path=/head/; revision=230741 | ||||
* | This engine allows Catalyst to process multiple requests in parallel within a | Lars Balker Rasmussen | 2007-08-02 | 1 | -0/+3 |
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. Notes: svn path=/head/; revision=196939 |