[REBOL] Re: SDK FAQ? Re: Re: time to read
From: rotenca:telvia:it at: 3-Dec-2002 20:22
Hi Gregg Irwin
> Our encapped app today loads faster than
> non-encapped, so I'm guessing an encapped /Base app will be great for
> CGI.
This problem was adressed by Arexx with a great solution 20 years ago: a
process was waiting on a port for string to execute or file name to read and
execute. You can send message to this port from an Arexx script or with a very
little executable program from the shell (little because it only read
parameters and sends a message to the message port).
And more: the Arexx script can be executed sync or async, with a result value
or without (and other options).
Encap is not a solution for this problem.
---
Ciao
Romano