On-Rev desktop client

kee nethery kee at kagi.com
Wed Nov 6 18:36:37 EST 2013


Using the stack as a container for read-only scripts is good. Gives me the ability to use the IDE to debug the code. As long as I know the caveats, this seems like a good way to do a CGI. Now if I can figure out why my livecode server installation is still not working on my Mac …

Kee


On Nov 6, 2013, at 1:55 PM, Pierre Sahores <sc at sahores-conseil.com> wrote:

> Hi Kee,
> 
> You second tough matters : to be used in a full reliable way, the stack has to be used as a simple read-only handlers container. In this way, the lc script witch call it is't able to cause any interlocking problem with one of the other Apache managed CGI connections happening in the same time, just alike is goes with other standard CGI platform (PHP, Perl, RoR, Tomcat,…).
> 
> To get such a configuration 100% reliable, we need to avoid to see the server-side container stack as some kind of possible dynamic updatable GUI component. It's never the way server-side can act at its best.
> 
> At, this point, the optimal way to run LC-Server as a Web Application's Server at its best level without reinventing the wheel is probably to integrate closely its empowered apps with the RevIgniter (port from the PHP's CodeIgniter to LiveCode, by Ralf Bitter) and JQuery frameworks.
> 
> Regards,
> 
> Pierre




More information about the use-livecode mailing list