With lc server, to do the "resident" thing, session control should work,
storing current data to the session variables which can then be used in
further calls (server side)  This way you don't have to send the same
repeating data to the server every time, you can pull what you need from
the local server session and use it in your .lc scripts.

If I'm completely misunderstanding what you wish to do, of course ignore
this.

On Mon, May 18, 2015 at 12:30 PM, J. Landman Gay <jac...@hyperactivesw.com>
wrote:

> On 5/18/2015 11:23 AM, Richard Gaskin wrote:
>
>> you may be pleasantly surprised by how well LiveCode performs under CGI
>> for most reasonable traffic loads.
>>
>
> Somewhere in my archives I have a note that says LC CGIs work fine with
> 5,000 hits per second. It undoubtedly depends on what the script does, and
> I don't think the script was tested with more hits than that, so it isn't
> necessarily either a top limit or a guarantee. But it does show that LC is
> pretty fast responding to CGI requests.
>
> --
> Jacqueline Landman Gay         |     jac...@hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to