(no commit message)
authorhttp://nilx.myopenid.com/ <http://nilx.myopenid.com/@web>
Wed, 9 Nov 2011 03:04:47 +0000 (23:04 -0400)
committeradmin <admin@branchable.com>
Wed, 9 Nov 2011 03:04:47 +0000 (23:04 -0400)
doc/todo/multi-thread_ikiwiki.mdwn [new file with mode: 0644]

diff --git a/doc/todo/multi-thread_ikiwiki.mdwn b/doc/todo/multi-thread_ikiwiki.mdwn
new file mode 100644 (file)
index 0000000..1494fed
--- /dev/null
@@ -0,0 +1,8 @@
+[[!tag wishlist]]
+
+[My ikiwiki instance](http://www.ipol.im/) is quite heavy. 674M of data in the source repo, 1.1G in its .git folder.
+Lots of \[[!img ]] (~2200), lots of \[[!teximg ]] (~2700). A complete rebuild takes 10 minutes.
+
+We could use a big machine, with plenty of CPUs. Could some multi-threading support be added to ikiwiki, by forking out all the external heavy  plugins (imagemagick, tex, ...) and/or by processing pages in parallel?
+
+Disclaimer: I know nothing of the Perl approach to parallel processing.