Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mirage Converted to VB.NET 2008
#4
Coke Wrote:that's really quite important to a scaleable server.
Just plx (plx plx plx) do NOT create one thread for each connection. That works well on Java because JavaVM handles everything thread related. This do NOT work well on Windows Based systems as well as it should. Try to create one thread every 64 connections (which is the default limit that windows accepts).
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)