![]() |
How many concurrent visitors can pc handle? |
Post Reply ![]() |
Author | |
JWL ![]() Senior Member ![]() Joined: 15-August-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 25-February-2009 at 11:36am |
We use a MySQL database with PC. Is there a limit to concurrent
users? For instance, how many people can use the add to cart function
at one time, concurrently.
Thanks. |
|
![]() |
|
Hamish ![]() Admin Group ![]() Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
![]() ![]() ![]() ![]() ![]() |
Hi JWL, I assume you mean an SQL database as MySQL is not supported.
I haven't got any actual figures, but I am aware of large stores with fairly high levels of transactions. |
|
![]() |
|
JWL ![]() Senior Member ![]() Joined: 15-August-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
SQL, yea - how do you not know if the cart has limits to concurrent users... I'm sure that's data you have - how many people can use the add to cart button at one time. I know this is info you must have.
|
|
![]() |
|
Matt ![]() Moderator Group ![]() Joined: 20-July-2006 Location: United States Status: Offline Points: 73 |
![]() ![]() ![]() ![]() ![]() |
Hi JWL, that is actually a complex question. In short, there is virtually no limit. However, it truly depends on the server's configuration (hardware, memory, etc.) and the amount of time you are willing to wait for a page to load. For example, a shared web server that allocates a very small amount of memory to each domain will support less concurrent sessions than a dedicated server with unlimited memory consumption. A better question is this: How much memory does ProductCart use when there are ānā active customers? Then you will have an idea about what your server can handle. I will encourage some other active stores to help answer this question. What I can tell you now is what Hamish said. There are many ProductCart stores on properly configured servers handling tons of traffic.
|
|
![]() |
|
JWL ![]() Senior Member ![]() Joined: 15-August-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
ok, thanks.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |