dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]Webshell


From: Peter Minten
Subject: [DotGNU]Webshell
Date: Wed, 18 Sep 2002 19:53:35 +0200

Hi,

here is a new idea for a program called DotGNU Webshell.

Webservices are mainly designed to be used by a user through a graphical
interface. But it should also be possible to add another method of communication
to webservices. I'm thinking of an expansion to the pipe concept of unix here. 

For example say you have a webservice A that is an editor. A has 2 input
streams, one for input of new text and one for input of control commands. Now
say you have webservice B that is a voice command system, B has a whole set of
output streams where any data the user wants can be send over at the users
(voice) command, in this example only 2 streams will be used. The user
configures B so that it will produce the text the user wants to add to the file
edited in A and the commands used to control A. Then the user links the 2
programs together using the graphical interface of Webshell. The user can then
use the voice control program B to work with A even though B doesn't have to be
produced to work with A.

It's important to understand the communication between the program happens in
real-time. Data arrives for A as soon as B outputs it, immediately after B
processed it's voice command, A then takes action ASAP. 

This will also make it possible to use the unix philosophy of small well defined
programs. In contrast to the system MS is trying to push through where
applications communicate with eachother, the user keeps control of what happens
in Webshell.

Of course the communication pattern will be saveable in a script file which can
be run by Webshell. Webshell could also provide other important services to the
user like job control and file system access (both local and remote). It would
have both a graphical and console frontend.

Greetings,

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]