Timeline for How to optimize the application with huge number of database requests per minute
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 12, 2015 at 14:48 | answer | added | Alex | timeline score: 0 | |
| May 12, 2015 at 13:43 | answer | added | Ewan | timeline score: 0 | |
| May 12, 2015 at 13:04 | answer | added | genichm | timeline score: -1 | |
| Apr 30, 2015 at 20:15 | comment | added | user171668 | How about some form of javascript long polling? Or some other method that tells the server that 'Yes, I'm still here and active on the site'? | |
| Apr 18, 2015 at 17:14 | comment | added | Kwebble | I would talk to the owner of this application and ask to define the rules that determine the time spend in situations where the software cannot determine it. | |
| Apr 18, 2015 at 15:42 | answer | added | Vladislav Rastrusny | timeline score: 5 | |
| Apr 9, 2015 at 14:43 | comment | added | Dan Pichelman | Question 2: Why do you need a Separate Job to check LastActiveTime? | |
| Apr 9, 2015 at 14:43 | comment | added | Dan Pichelman | Question 1: why not just assume that all "uncertain conditions" (where you don't have an end time) last 10 minutes? Sometimes that guess is too high & sometimes too low, but it should average out. | |
| Apr 9, 2015 at 14:18 | comment | added | Robert Harvey | Is 100000 simultaneous users a real number, or just a guess? Man, if I had 100000 simultaneous potential customers that were evaluating a demo of my product simultaneously at any given moment, that would be a really good problem. It's much more likely that it's just a handful of users at any given moment, even if your product is very popular. | |
| Apr 9, 2015 at 6:51 | comment | added | Jitendra Pancholi | UserIP wont help, user can be logged in from any IP. I can track them by their unique userid. problem is with uncertain conditions like if they do not leave the application via proper logout. | |
| Apr 9, 2015 at 6:37 | comment | added | HotelCalifornia | Well, closing the browser won't clear the cookies if you use persistent cookies, and to work around the other possibility, you could record the IPs of people who have already received demos | |
| Apr 9, 2015 at 6:17 | comment | added | Jitendra Pancholi | cookies wont wont work here. user might close the browser or cookies may be clear by them to fool the application. | |
| Apr 9, 2015 at 6:09 | comment | added | HotelCalifornia | You could probably achieve the result you're looking for with cookies | |
| Apr 9, 2015 at 5:32 | review | First posts | |||
| Apr 9, 2015 at 8:04 | |||||
| Apr 9, 2015 at 5:29 | history | asked | Jitendra Pancholi | CC BY-SA 3.0 |