> Le 23 mai 2015 à 18:20, Dr. Hawkins <[email protected]> a écrit :
> 
> On Sat, May 23, 2015 at 9:12 AM, Pierre Sahores <[email protected]>
> wrote:
> 
>>> An http solution would be blocking,
>> 
>> Yes (in theory) and no (in practice) as long as each cgi thread opened by
>> the http server (ideally openLiteSpeed instead of Apache 2) acts
>> independently from each other.
> 
> 
> It would be blocking at the *client* end--the user app would have to wait
> for the http response, wouldn't it?  

Yes, it blocks until the HTTP POST reply comes back as the it variable (for 
just some ticks as long as the server-side stuff is perfectly tuned).

> Or is there a message-based way to do
> this?
> 
Did’t never, for my own, need to go in this way in about client -> server -> 
databases based information systems.

Note : in about such kind of systems, as pure functional languages, LiveCode 
and Scala (Polytechnic School of Lausanne) will always respond faster than any 
other server-side based solutions (PHP5, Java7/8, etc…)
> 
> 
> -- 
> Dr. Richard E. Hawkins, Esq.
> (702) 508-8462
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to