RE: questions about the gui

2015-11-21 Thread Denis Fourt
there is no problem (as long as there are not too many users), but with two or more? Or do my network programming memories need a refresh?  Denis > From: johtob...@gmail.com > To: picolisp@software-lab.de > Subject: Re: questions about the gui > Date:

Re: questions about the gui

2015-11-21 Thread Alexander Burger
Hi Denis, in addition to what Joh-Tob said, let me correct some issues about 'app'. > b) I understand that calling the (app) function allows multiple users to > access > an application at the same time, which makes web apps and collaborative > software > possible What (app) really does is

Re: questions about the gui

2015-11-21 Thread Joh-Tob Schäg
o my network programming memories need a refresh? > > Denis > > > From: johtob...@gmail.com > > To: picolisp@software-lab.de > > Subject: Re: questions about the gui > > Date: Sat, 21 Nov 2015 08:51:43 +0100 > > > > >

Re: questions about the gui

2015-11-20 Thread Joh-Tob Schäg
Hello, It is a local shell that connects to a local webserver. It can be used for webdevelopment, you can expect variables and so on. (app) open a new process with a new port. So each process and each single user linked to it can has a own state. The user can connects to his new port. Does it