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