function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cool_DevloperCool_Devloper 

Concurrency/Overloading Issue with Site pages

Hello Site Gurus,

I have implemented a Site page, wherein the users can fill up some info and the same is saved in a custom object in the database. I have uploaded this page on a no of websites from where the consumers will access this.

The question i have is around the load the Sites page can take. Meaning at the same time, multiple people can access the page from different websites and submit the information simultanteously, right?

So, in this, how the concurrency/overloading issue is taken case of? Cuz, all the pages are running the same controller in the backend. How will the records be created? Will there be an exception/failure?

please advice!

PS: I know there are limits enforced w.r.t page views etc on a daily basis, but still wanna know about this issue of concurrency/overloading?

Many Thanks,

Cool_D

Message Edited by Cool_Devloper on 12-13-2009 10:33 PM
Cool_DevloperCool_Devloper

Does no one knows how this works?

Cool_D