[RevServer tips] Spreading the load or why wise developers use asynchronous workflows

Jeff Massung massung at gmail.com
Wed Aug 4 19:03:39 EDT 2010


On Wed, Aug 4, 2010 at 5:53 PM, Devin Asay <devin_asay at byu.edu> wrote:

>
> Thanks, Jeff! This is a really useful outline that I can easily adapt to my
> work. I assume you'd want to follow this procedure even if you are making
> the db requests directly from a stack? So send a get or post http request to
> the CGI script from the stack and then process the returned data in the
> stack?
>
>
Exactly. Then you get to begin worrying about network traffic security
(read: SSL). ;-)

Jeff M.



More information about the use-livecode mailing list