https://bugzilla.wikimedia.org/show_bug.cgi?id=33193
--- Comment #7 from Tim Starling <[email protected]> 2012-04-20 06:43:28 UTC --- I've fixed up a few minor issues with it, and added it to the git migration queue. The main remaining problem with it is the high load it will put on the NFS server. The Math extension has a DB table which tracks created files, and that allows the stat() syscalls to be avoided in favour of slave DB requests. By contrast, this extension will do several stat() calls per score on every parse. Storing the source text and options in the database would allow the images to be regenerated after a software update, a feature sorely missed in the Math extension. Generating the MIDI file unconditionally would allow for more effective caching of the LilyPond output, and would avoid the need to separately check whether the MIDI file exists on every cache hit. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
