<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Maciej Wisniowski ha scritto:
<blockquote cite="mid45EE7B3F.1090702@coig.katowice.pl" type="cite">
  <blockquote type="cite">
    <pre wrap="">Large files aren't store in ZODB but in a shared folder connected with
LOCALFS. Maybe Zope load a file in zodb before begin the download?
(Are there other storage product that work only in zope - without plone?)
Tramline is an Apache add-on but my problem still remain without
Apache so this product can help me after  I resolved the Zope issue.
    </pre>
  </blockquote>
  <pre wrap=""><!---->I think that if you'll use tramline you'll have no 'Zope issue' anymore.

  </pre>
</blockquote>
Looking LocalFS specs I find the issue:<br>
<br>
<span>This version of LocalFS takes advantanges of <a
 href="http://www.zope.org/Members/hewei/zoperpms/zope2.7">Zope 2.7.1</a>
's new <em>filestream_iterator</em> feature and is
believed to server large files better than before. However, my
initial testing showed that <strong>it still doesn't prevent the whole
file being loaded into memory</strong>.
When I opened a URL pointing to a mpg file served by LocalFS, the
file was loaded into memory and then immediately freeed twice. <br>
<br>
I think that's the problem... load 300Mb into memory.... Maybe I look
for other fs products.<br>
<br>
Illorca<br>
</span>
</body>
</html>