[Erp5-report] r14155 - /erp5/trunk/utils/oood/README
nobody at svn.erp5.org
nobody at svn.erp5.org
Sun Apr 22 01:19:03 CEST 2007
Author: bartek
Date: Sun Apr 22 01:19:02 2007
New Revision: 14155
URL: http://svn.erp5.org?rev=14155&view=rev
Log:
news
Modified:
erp5/trunk/utils/oood/README
Modified: erp5/trunk/utils/oood/README
URL: http://svn.erp5.org/erp5/trunk/utils/oood/README?rev=14155&r1=14154&r2=14155&view=diff
==============================================================================
--- erp5/trunk/utils/oood/README (original)
+++ erp5/trunk/utils/oood/README Sun Apr 22 01:19:02 2007
@@ -1,16 +1,24 @@
NEWS
+April 21, 2007
+The Dispatcher is basically working - it passes
+testOoodBasicOperations.py and survives if worker is destroyed manually
+and if OOo instance is killed. However, there is still a long way to go.
+To use the new implementation, set "implementation" in config.py to 2
+(default is 1). Backward compatibility is maintained. If you use
+implementation 2, there is no need to run start.py --init, OOo instances
+are started by the daemon.
+
+April 18th, 2007
+New method "printDocument" - prints the given document directly from the
+daemon's OOo instance, so if the printer is available for the serwer,
+the doc does not need to be converted and returned to be printed.
+
+
+April 11th, 2007
The request handling part is going to be rewritten completely - the
serw. Procesor class will be replaced by Dispatcher, which will be the
only handler for timeouts and exceptions.
-
-The rewrite started on April 11, and will take a week, hopefully, or
-more if it goes wrong. Once it reaches an alpha state, there will be a
-commandline switch so that you can use the old implementation or the new
-one.
-
-For now, Dispatcher is almost pseudo-code. Pool contains some
-placeholders for the new implementation.
DESCRIPTION
More information about the Erp5-report
mailing list