S Steve Stover Nov 14, 2003 #1 Can a data table handle 100 - 600 users with out an impact on his performance?
D Douglas J. Steele Nov 14, 2003 #2 There's a physical limit of 255 concurrent users. In actual fact, you'll be hard pressed to achieve that many. The actual number depends on the design of the database, the network speed, the mix of update/read-only and other factors.
There's a physical limit of 255 concurrent users. In actual fact, you'll be hard pressed to achieve that many. The actual number depends on the design of the database, the network speed, the mix of update/read-only and other factors.