Anybody with a URL where I can RTFM on "Serialisation on Servers"  for
dummies?  further is there some way to implement "Object serialisation"
 in REBOL without doing handstands?


Sharriff Aina



                                                                                       
                                
                    Gabriele Santilli                                                  
                                
                    <g.santilli@tisca        An:     [EMAIL PROTECTED]              
                                
                    linet.it>                Kopie:                                    
                                
                    Gesendet von:            Thema:  [REBOL] Re: Antwort: Re: 
Concurrent access to data file           
                    [EMAIL PROTECTED]                                                  
                                
                    .univaq.it                                                         
                                
                                                                                       
                                
                                                                                       
                                
                    21.02.01 11:41                                                     
                                
                    Bitte antworten                                                    
                                
                    an rebol-list                                                      
                                
                                                                                       
                                
                                                                                       
                                




[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?

It depends on the kind of access you are doing. File locking would
cause waiting too.

The efficient way to handle concurrency on a set of data is to use
transactions and a good scheduler. This is not very simple, and it
does not seem to be applicable to the case discussed here, at
least as I understood it.

A simple serialization server should be fine in this case IMHO.

Regards,
   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.

Reply via email to