Commit Verlauf

Autor SHA1 Nachricht Datum
  UbitUmarov cdaed11387 at last we can login and see objects ( friends is dead and disable in vor 9 Jahren
  UbitUmarov a11edceb00 seems to compile ( tests comented out) vor 9 Jahren
  UbitUmarov 371c9dd2af bad merge? vor 9 Jahren
  UbitUmarov 48ef22f62e change pollService stop() to send 503 error and no keepalive. ( untested ) vor 9 Jahren
  UbitUmarov 2cac56340a try to serialize http requests from same connection, so they are processed vor 9 Jahren
  Justin Clark-Casey (justincc) 86367d7219 refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. vor 9 Jahren
  UbitUmarov cd87c4bec5 change/fix previus commits vor 10 Jahren
  UbitUmarov 8558e97a44 tune poll smartThreadpool use and give it a name vor 10 Jahren
  UbitUmarov 86a9710e77 change previus code, send a NoEvents response back to http server, even vor 10 Jahren
  UbitUmarov f236b2e5d3 request.DoHTTPGruntWork(..) is now identical to our version, so use vor 10 Jahren
  Justin Clark-Casey (justincc) fad1d70180 Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPollResponses statistics vor 10 Jahren
  Justin Clark-Casey (justincc) 9e0d419239 minor: Correction to description of QueuedPollResponses since this covers long poll and other 'poll' types vor 10 Jahren
  Justin Clark-Casey (justincc) eed343ed8a Add httpserver.<port-number>,QueuedPollResponses stat vor 10 Jahren
  Justin Clark-Casey (justincc) f3e177814a Add regression test for http inventory fetch. vor 10 Jahren
  Justin Clark-Casey (justincc) 77d418a36d remove mono compiler warnings from PollServiceRequestManager vor 11 Jahren
  Diva Canto 3dac92f345 Increased the rate of the PollServiceRequestManager to 0.5 secs (it was 1sec). Group chat is going over the EQ... Hopefully this won't increase CPU when there's nothing going on, but we need to watch for that. vor 11 Jahren
  Melanie a7eb1b5b85 Merge branch 'master' into careminster vor 11 Jahren
  Diva Canto 18d5d8f5dd Removed verbose debug from previous commit vor 11 Jahren
  Diva Canto edafea6ae6 PollServiceRequestManager: changed the long poll from a Queue to a List. No need to dequeue and enqueue items every 1sec. vor 11 Jahren
  Diva Canto 98d47ea428 Delay the enqueueing of non-longpoll requests for 100ms. No need to have these requests actively on the processing queue if it seems they're not ready. vor 11 Jahren
  Diva Canto b5062ae7ee Changed the timoeut of EQ 502s (no events) to 50 secs. The viewer post requests timeout in 60 secs. vor 11 Jahren
  Diva Canto 552b85d33d Revert "Revert "Putting the requests back in the queue while testing for count >0 is not the smartest move..."" vor 11 Jahren
  Diva Canto 9e35b069a4 Reverting the reverts I did yesterday. cpu-branch has now been vor 11 Jahren
  Diva Canto fa2370b32e Revert "Cleared up much confusion in PollServiceRequestManager. Here's the history:" vor 11 Jahren
  Diva Canto 7127891957 Revert "Putting the requests back in the queue while testing for count >0 is not the smartest move..." vor 11 Jahren
  Diva Canto 519dba9a69 Revert "Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestManager." vor 11 Jahren
  Diva Canto 5c54eb30ed Revert "This is a completely unreasonable thing to do, effectively defying the purpose of BlockingQueues. Trying this, to see the effect on CPU." vor 11 Jahren
  Diva Canto 5232ab0496 This is a completely unreasonable thing to do, effectively defying the purpose of BlockingQueues. Trying this, to see the effect on CPU. vor 11 Jahren
  Diva Canto 5f95f4d78e Now trying DoubleQueue instead of BlockingQueue for the PollServiceRequestManager. vor 11 Jahren
  Diva Canto f4317dc26d Putting the requests back in the queue while testing for count >0 is not the smartest move... vor 11 Jahren