Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a RequestID (UUID.Random()) to the PollRequest and pass it to all | Melanie | 2009-09-21 | 1 | -0/+3 |
| | | | | even hander delegates. | ||||
* | * Adds the ability to have a thread efficient long poll service (such as the ↵ | Teravus Ovares | 2009-07-29 | 1 | -0/+48 |
eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue. |