| bio | website | |
|---|---|---|
| location | Sydney, Australia | |
| age | ||
| visits | member for | 2 years, 2 months |
| seen | May 16 at 9:56 | |
| stats | profile views | 6 |
|
May 6 |
awarded | Nice Answer |
|
Sep 25 |
comment |
Threads vs Timer vs Service I would suggest you to consider adding a timer, and a hashtable ( to collect user specific data ) to each of your users. There's always a limitation in using threads. The maximum number of available threads can be calculated by this formula: Max_Available_Threads=250*[No_CPU_CORE], so if you're running on a 12 core cpu machine you will have up to 3,000 available threads. So based on this number, using threads is not suitable for high number of users in a game. |
|
Sep 23 |
answered | Threads vs Timer vs Service |
|
Sep 6 |
comment |
Setting a low thread priority for a heavy load task Good question, difference is in verification of Security Privileges. Unsafe version doesn't care about privileges of calling code and runs everything in its own privileges scope which slightly improve the performance. |
|
Sep 6 |
answered | Setting a low thread priority for a heavy load task |
|
Sep 5 |
answered | Which ASP.NET life cycle events fire after HttpApplication.Error? |
|
Aug 17 |
awarded | Necromancer |
|
Apr 6 |
awarded | Supporter |
|
Apr 3 |
awarded | Teacher |
|
Apr 3 |
answered | Image.Save(..) throws a GDI+ exception because the memory stream is closed |
|
Nov 23 |
answered | MSMQ private queue issue between two domains |