On-Rev desktop client
Monte Goulding
monte at sweattechnologies.com
Wed Nov 6 16:04:47 EST 2013
On 07/11/2013, at 7:56 AM, kee nethery <kee at kagi.com> wrote:
> When you do the server in stacks with “starts using” does the stack have contention issues when 10 people are hitting the CGI at the exact same time? Or does it open a copy of the stack, do it’s thing, and return data out the CGI connection without causing problems for all the other CGI connections happening at the same time?
>
> I guess the big tell is, if you set a field in the stack from one connection, can you see that value with the next CGI connection, ie is the stack shared and used one at a time?
Each hit to a CGI runs as a separate process... you would have issues if you saved the stack in an attempt to use it like a database though.
Cheers
--
Monte Goulding
M E R Goulding - software development services
mergExt - There's an external for that!
More information about the use-livecode
mailing list