it seems to me the server can accept more than one connection
at a time, but it would "serialize" the data being output to 
the data file. i don't see why it would accept only one 
connection at a time.

[EMAIL PROTECTED] wrote:
> 
> Excuse my question, but could this slow down the workflow if only one
> connection is allowed to the server in the case of 20 or more PCs?
> 
> Regards
> 
> Sharriff Aina
> 
> 
>                     Gabriele Santilli
>                     <g.santilli@tisca        An:     [EMAIL PROTECTED]
>                     linet.it>                Kopie:
>                     Gesendet von:            Thema:  [REBOL] Re: Concurrent access 
>to data file
>                     [EMAIL PROTECTED]
>                     .univaq.it
> 
> 
>                     20.02.01 11:06
>                     Bitte antworten
>                     an rebol-list
> 
> 
> 
> "CRS - Psy Sel/SPO, COUSSEMENT Christophe, CPN" wrote:
> 
> > Thanks for the suggestion, but the system HAS to work in real time: the
> > results file have to be processed immediatly.
> 
> The simplest way might be to serialize access using a server. Your
> server process takes care of updating your file; it stays there
> listening to a TCP port and accepts one connection at a time only.
> Your clients just connect to the server and send it the data.
> 
> HTH,
>    Gabriele.
> --
> Gabriele Santilli <[EMAIL PROTECTED]> - Amigan - REBOL programmer
> Amiga Group Italia sez. L'Aquila -- http://www.amyresource.it/AGI/
> 
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
> 
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to