index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Framework
/
Servers
/
HttpServer
/
PollServiceRequestManager.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
at last we can login and see objects ( friends is dead and disable in
UbitUmarov
2015-09-03
1
-50
/
+6
*
seems to compile ( tests comented out)
UbitUmarov
2015-09-02
1
-156
/
+26
*
bad merge?
UbitUmarov
2015-09-01
1
-22
/
+193
|
\
|
*
change pollService stop() to send 503 error and no keepalive. ( untested )
UbitUmarov
2015-08-18
1
-5
/
+9
|
*
try to serialize http requests from same connection, so they are processed
UbitUmarov
2015-08-18
1
-0
/
+46
|
*
change/fix previus commits
UbitUmarov
2014-10-13
1
-2
/
+10
|
*
tune poll smartThreadpool use and give it a name
UbitUmarov
2014-10-13
1
-2
/
+5
|
*
change previus code, send a NoEvents response back to http server, even
UbitUmarov
2014-07-24
1
-3
/
+0
|
*
request.DoHTTPGruntWork(..) is now identical to our version, so use
UbitUmarov
2014-07-23
1
-40
/
+5
|
*
Merge branch 'master' into careminster
Melanie
2013-07-24
1
-2
/
+2
|
|
\
|
*
\
Merge branch 'avination-current' into careminster
Melanie
2013-06-11
1
-144
/
+0
|
|
\
\
|
|
*
|
Clean up poll service
Melanie
2013-06-07
1
-144
/
+0
|
*
|
|
Merge branch 'master' into careminster
Melanie
2013-06-11
1
-5
/
+7
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Send 503 when throttling textures
Melanie
2013-04-25
1
-1
/
+1
|
*
|
|
Merge branch 'master' into careminster
Melanie
2013-01-19
1
-4
/
+12
|
|
\
\
\
|
*
|
|
|
create a new PollServiceHttpRequest req per loop since they can be sent to
UbitUmarov
2012-09-27
1
-5
/
+1
|
*
|
|
|
just remove the damm thing
UbitUmarov
2012-09-26
1
-17
/
+1
|
*
|
|
|
Seems nothing actually need the request body for getevents. so change
UbitUmarov
2012-09-26
1
-1
/
+2
|
*
|
|
|
keep watchdog happy using it to kill his threads
UbitUmarov
2012-09-26
1
-9
/
+1
|
*
|
|
|
more changes to PollService
UbitUmarov
2012-09-26
1
-24
/
+17
|
*
|
|
|
Change the poll service to use a thread pool for replies to make sure the
Melanie
2012-09-23
1
-7
/
+38
|
*
|
|
|
Revamp the HTTP textures handler to allow a maximum of four fetches
Melanie
2012-09-14
1
-2
/
+1
|
*
|
|
|
Fix background inventory loading (Viewer 3) so it won't lag out the sim
Melanie
2012-08-24
1
-1
/
+2
|
*
|
|
|
Merge branch 'master' into careminster
Melanie
2012-07-28
1
-0
/
+1
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'ubitwork' into avination
Melanie
2012-07-17
1
-10
/
+47
|
|
\
\
\
\
\
|
|
*
|
|
|
|
fix PollServiceRequestManager
UbitUmarov
2012-07-17
1
-10
/
+47
|
*
|
|
|
|
|
Replace PollServiceRequestManager with older version, add extra logging to
Melanie
2012-07-17
1
-7
/
+6
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge branch 'avination' into careminster
Melanie
2012-07-06
1
-0
/
+236
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Convert the slow request queue into a regular queue and add some cleanup
Melanie
2012-07-06
1
-4
/
+18
|
|
*
|
|
|
|
Fix the boo-boo
Melanie
2012-07-05
1
-3
/
+3
|
|
*
|
|
|
|
Add an EventType enum and Type field to the poll service event args. This allows
Melanie
2012-07-05
1
-11
/
+26
|
|
*
|
|
|
|
use the pollEvent timeout paramenter on pooling
UbitUmarov
2012-07-04
1
-4
/
+7
|
|
*
|
|
|
|
*test2* http poll: increased again the pool rate do 10/s but increased timeou...
UbitUmarov
2012-07-04
1
-2
/
+2
|
|
*
|
|
|
|
*test* slow http retries pool rate to original 1s
UbitUmarov
2012-07-04
1
-1
/
+1
|
|
*
|
|
|
|
*TO CHECK/REVIEW/REVERT/TEST whatever* pollService new requests get enqueued ...
UbitUmarov
2012-07-01
1
-0
/
+203
|
*
|
|
|
|
|
Merge branch 'avination' into careminster
Melanie
2012-06-29
1
-2
/
+5
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
*
|
|
|
|
Add an event to the poll service manager thread to allow starting it
Melanie
2012-06-26
1
-2
/
+5
*
|
|
|
|
|
|
refactor: Move methods to start a monitored thread, start work in its own thr...
Justin Clark-Casey (justincc)
2014-11-25
1
-2
/
+2
*
|
|
|
|
|
|
Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPoll...
Justin Clark-Casey (justincc)
2014-03-18
1
-2
/
+24
*
|
|
|
|
|
|
minor: Correction to description of QueuedPollResponses since this covers lon...
Justin Clark-Casey (justincc)
2014-03-18
1
-1
/
+1
*
|
|
|
|
|
|
Add httpserver.<port-number>,QueuedPollResponses stat
Justin Clark-Casey (justincc)
2014-03-18
1
-0
/
+13
*
|
|
|
|
|
|
Add regression test for http inventory fetch.
Justin Clark-Casey (justincc)
2014-03-17
1
-71
/
+104
*
|
|
|
|
|
|
remove mono compiler warnings from PollServiceRequestManager
Justin Clark-Casey (justincc)
2013-08-17
1
-4
/
+2
*
|
|
|
|
|
|
Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec)...
Diva Canto
2013-07-26
1
-1
/
+1
*
|
|
|
|
|
|
Removed verbose debug from previous commit
Diva Canto
2013-07-21
1
-1
/
+0
*
|
|
|
|
|
|
PollServiceRequestManager: changed the long poll from a Queue to a List. No n...
Diva Canto
2013-07-21
1
-13
/
+17
*
|
|
|
|
|
|
Delay the enqueueing of non-longpoll requests for 100ms. No need to have thes...
Diva Canto
2013-07-21
1
-1
/
+11
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post reques...
Diva Canto
2013-07-18
1
-1
/
+1
*
|
|
|
|
|
Revert "Revert "Putting the requests back in the queue while testing for coun...
Diva Canto
2013-07-18
1
-3
/
+7
*
|
|
|
|
|
Reverting the reverts I did yesterday. cpu-branch has now been
Diva Canto
2013-07-18
1
-46
/
+33
[next]