LocalFS 1.3 for Zope2.7.1 released
EasyLeading.org is happy to announce the release of LocalFS 1.3-andreas. LocalFS lets you deliver static files from your local file system. The new version uses a filestream_iterator implementation introduced with Zope2.7.1. The major enhancement is to allow LocalFS to serve static files from the filesystem without first needing to read all file data into memory or explicitly chunking data from static files out via RESPONSE.write (both of which are slower than just letting medusa itself handle the output via a native producer). If LocalFS can't import filestream_iterator it uses the old method to serve files. Therefore it is backward compatible to Zote2.6 and Zope2.7.0 This is free software and you can download it at: http://www.easyleading.org/Downloads/ Greetings Andreas Heckel
Hi Andreas, I'm glad to hear that you've updated LocalFS to serve static files more efficiently. Perhaps using your LocalFS, Zope can stream large MP3 files after all? I noticed on the downloads page (http://www.easyleading.org/Downloads/), that you have a product called PloneSingleLocalFS which I assume implements LocalFS in a Plone site. I downloaded this product and the README stated that LocalFS 1.4-andreas is a required product. However, your download page only shows LocalFS 1.3-andreas as available. I went ahead and tried to install PloneSingleLocalFS using LocalFS 1.3-andreas, but when I tried to add a new 'plonesinglelocalfolder' item, a dialog box appeared asking me to login. I used my manager un/pw, but the box kept re-appearing. I suspect that it is because I am trying to use it with the older version of LocalFS. Will you make LocalFS 1.4-andreas available for download? Thanks, Nate Andreas Heckel wrote:
EasyLeading.org is happy to announce the release of LocalFS 1.3-andreas.
LocalFS lets you deliver static files from your local file system.
The new version uses a filestream_iterator implementation introduced with Zope2.7.1.
The major enhancement is to allow LocalFS to serve static files from the filesystem without first needing to read all file data into memory or explicitly chunking data from static files out via RESPONSE.write (both of which are slower than just letting medusa itself handle the output via a native producer).
If LocalFS can't import filestream_iterator it uses the old method to serve files. Therefore it is backward compatible to Zote2.6 and Zope2.7.0
This is free software and you can download it at:
http://www.easyleading.org/Downloads/
Greetings Andreas Heckel
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman-20/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman-20/listinfo/zope-announce http://mail.zope.org/mailman-20/listinfo/zope-dev )
participants (2)
-
Andreas Heckel -
Nate Aune