froehlich 02/01/27 05:15:01
Modified: src/java/org/apache/cocoon cocoon.roles
Log:
you'll hate me for that but had to change some things, because
there were too much issues with that:
a) changed the swapping algorithm. Objects are only written to fs
method in the free() method of the MRUMemoryStore
b) therefore no need of the FilesystemQueue. Because there were
much less writing to fs.
c) removed the configuratioin section in the cocoon.xconf file
d) add "isDebugEnabled()"
Revision Changes Path
1.3 +0 -20 xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
Index: cocoon.roles
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cocoon.roles 9 Jan 2002 22:20:42 -0000 1.2
+++ cocoon.roles 27 Jan 2002 13:15:01 -0000 1.3
@@ -53,10 +53,6 @@
shorthand="store-janitor"
default-class="org.apache.cocoon.components.store.StoreJanitorImpl"/>
- <role name="org.apache.cocoon.components.store.FilesystemQueue"
- shorthand="filesystem-queue"
- default-class="org.apache.cocoon.components.store.FilesystemQueueImpl"/>
-
<role name="org.apache.cocoon.components.language.generator.ServerPagesSelector"
shorthand="server-pages"
default-class="org.apache.cocoon.components.language.generator.GeneratorSelector"/>
@@ -161,21 +157,5 @@
shorthand="cocoon-crawler"
default-class="org.apache.cocoon.components.crawler.SimpleCocoonCrawlerImpl"
/>
-
- <!-- Jisp based Persitence Store
- Careful, this is still a Scratchpad Component!
- -->
-
- <role name="org.apache.cocoon.components.store.Store/JispMRUMemoryStore"
- shorthand="jisp-mrumemorystore"
- default-class="org.apache.cocoon.jispstore.MRUMemoryStore"/>
-
- <role name="org.apache.cocoon.components.store.FilesystemQueue/JispFilesystemQueue"
- shorthand="jisp-fsqueue"
- default-class="org.apache.cocoon.jispstore.FilesystemQueueImpl"/>
-
- <role name="org.apache.cocoon.components.store.Store/JispFilesystemStore"
- shorthand="jisp-persitence"
- default-class="org.apache.cocoon.jispstore.JispFilesystemStore"/>
</role-list>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]