On Tue, Mar 13, 2001 at 11:22:57AM -0500, Phoebus Dokos wrote:
> Hi guys
> I intend to use in my projects page (www.ql.50megs.com/projects.htm)
> some form of RFC for ideas for projects. Any ideas on how we should go 
> about this? (especially from the U*X savvy ppl.... Hint-Hint Richard ;-)

the most widely accepted procedure is implement things first and then 
publish the RFC.

> One of the things I thought about is the use of SuperBasic under uQLx as a 
> script language for Web Servers.
> Now it requires two-way communication between the uQLx side of things and 
> the UN*X/Linux side of things.
> I suppose that there is a device called PTY_ that can do this... but 
> Richard .... is it possible really?

sure it is possible. You don't really need PTY for this, communication 
between Unix and QDOS processes is easiest done with FIFOs, sockets or
even plain files. SBasic can also fetch arguments passed to UQLX.
I am not sure listening on a socket is currently possible in pure
SBasic.

Bye
Richard

Reply via email to