| Commit message (Expand) | Author | Files | Lines |
2012-09-27 | create a new PollServiceHttpRequest req per loop since they can be sent to | UbitUmarov | 1 | -5/+1 |
2012-09-26 | just remove the damm thing | UbitUmarov | 1 | -17/+1 |
2012-09-26 | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 1 | -1/+2 |
2012-09-26 | keep watchdog happy using it to kill his threads | UbitUmarov | 1 | -9/+1 |
2012-09-26 | more changes to PollService | UbitUmarov | 1 | -24/+17 |
2012-09-23 | Change the poll service to use a thread pool for replies to make sure the | Melanie | 1 | -7/+38 |
2012-09-14 | Revamp the HTTP textures handler to allow a maximum of four fetches | Melanie | 1 | -2/+1 |
2012-08-24 | Fix background inventory loading (Viewer 3) so it won't lag out the sim | Melanie | 1 | -1/+2 |
2012-07-25 | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-07-17 | fix PollServiceRequestManager | UbitUmarov | 1 | -10/+47 |
2012-07-17 | Replace PollServiceRequestManager with older version, add extra logging to | Melanie | 1 | -7/+6 |
2012-07-06 | Convert the slow request queue into a regular queue and add some cleanup | Melanie | 1 | -4/+18 |
2012-07-05 | Fix the boo-boo | Melanie | 1 | -3/+3 |
2012-07-05 | Add an EventType enum and Type field to the poll service event args. This allows | Melanie | 1 | -11/+26 |
2012-07-04 | use the pollEvent timeout paramenter on pooling | UbitUmarov | 1 | -4/+7 |
2012-07-04 | *test2* http poll: increased again the pool rate do 10/s but increased timeou... | UbitUmarov | 1 | -2/+2 |
2012-07-04 | *test* slow http retries pool rate to original 1s | UbitUmarov | 1 | -1/+1 |
2012-07-01 | *TO CHECK/REVIEW/REVERT/TEST whatever* pollService new requests get enqueued ... | UbitUmarov | 1 | -0/+203 |
2012-06-26 | Add an event to the poll service manager thread to allow starting it | Melanie | 1 | -2/+5 |
2012-06-13 | Don't include time to transmit response back to requester when assessing slow... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-06-07 | Allow the thread watchdog to accept an alarm method that is invoked if the ti... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2012-02-24 | Stop spurious scene loop startup timeout alarms for scenes with many prims. | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2011-11-07 | Remove unused avariable in PollServiceRequestManager | Justin Clark-Casey (justincc) | 1 | -8/+6 |
2011-10-25 | Restart the event queue worker threads that I accidentally disabled earlier t... | Justin Clark-Casey (justincc) | 1 | -7/+9 |
2011-10-25 | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o... | Justin Clark-Casey (justincc) | 1 | -16/+22 |
2011-10-24 | Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollS... | Justin Clark-Casey (justincc) | 1 | -3/+7 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -4/+2 |
2009-09-21 | Add a RequestID (UUID.Random()) to the PollRequest and pass it to all | Melanie | 1 | -1/+1 |
2009-09-21 | Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic | Melanie | 1 | -1/+1 |
2009-08-01 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-07-29 | * An attempt to fix mantis #3953 | Teravus Ovares | 1 | -1/+1 |
2009-07-29 | * Adds the ability to have a thread efficient long poll service (such as the ... | Teravus Ovares | 1 | -0/+145 |