[Kolab-devel] doc/faq faq.dat,1.14,1.15 by martin at doto.intevation.de
root at intevation.de
root at intevation.de
Mon Jul 14 08:28:32 CEST 2003
Update of /kolabrepository/doc/faq
In directory doto:/tmp/cvs-serv26895
Modified Files:
faq.dat
Log Message:
Martin K.: Added non locking to scalability
Index: faq.dat
===================================================================
RCS file: /kolabrepository/doc/faq/faq.dat,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- faq.dat 14 Jul 2003 05:57:27 -0000 1.14
+++ faq.dat 14 Jul 2003 06:28:30 -0000 1.15
@@ -183,14 +183,17 @@
the number of the clients the available processing power
also increases
- <li> Optimize the architecture for I/O. This means mainly
+ <li> Optimize the architecture for I/O. This means mainly
avoid unnecessary copying of data and use of burst
technologies
- <li> Allow for distributed clustering basically to gain HA
+ <li> Allow for distributed clustering basically to gain HA
and network bandwidth/latency
- <li> Use latency hiding techniques
+ <li> Use latency hiding techniques
+
+ <li> Avoid locking whenever possible. Use copy+delete instead of
+ modify operations when appropriate.
</ul>
More information about the devel
mailing list