Re: Inter process communication

2015-10-01 Thread Pierre Sahores
Hello, Works perfectly in a 100% reliable mode for years : - Mobile App : HTTP POST to Apache or OpenLiteSpeed Http Deamon - httpd to Linux LC server in cgi mode - LC server to MySQL/INNODB or PostgreSQL RDBMS* *needed to free-up LC-Server from complex requests best suited by ACID-SQL servers.

Inter process communication

2015-09-30 Thread Ethan L
Greetings  Has anyone done any work on inter process communications between two livecode instances.  Specifically, I would like to be able to have a client instance (eg iPhone LC app) make native LC commands calls to a remote instance (eg UNIX LC server) while masking / embedding all of the plum