Livecode <=> SQL?

Mike Bonner bonnmike at gmail.com
Mon May 18 23:11:32 EDT 2015


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 <jacque at 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         |     jacque at hyperactivesw.com
> HyperActive Software           |     http://www.hyperactivesw.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list