<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Thanx Peter, i ll have a look @ ExtFile<br>
<br>
Cheers<br>
<br>
Seb<br>
<br>
Peter Sabaini wrote:<br>
<blockquote type="cite" cite="mid4003CCCA.8040403@sabaini.at">Paul
Winkler wrote:
  <br>
  <br>
  <blockquote type="cite">On Tue, Jan 13, 2004 at 12:01:09AM +0100,
Sebastien Pastor wrote:
    <br>
    <br>
    <blockquote type="cite">Hi there,
      <br>
      <br>
      <br>
I am about to finalize a Zope 2 site. It will mainly play the role of
groupware app and storage server.
      <br>
My question is : i know i ll get quicly a big amount of PSD files
(photoshop) they are usually quite heavy. Do you rekon i should store
them on my server file system rather than the ZODB ? Do you see any
trouble putting them all into the DB in a longer term&nbsp; ? (i know my
python is large-file compiled). </blockquote>
  </blockquote>
  <br>
[snip]
  <br>
  <br>
  <blockquote type="cite">
    <blockquote type="cite">Storing on both FS and ZODB is it an easy
thing to do ?
      <br>
    </blockquote>
    <br>
    <br>
If you want the files on the filesystem, there are various solutions
    <br>
depending on your needs: LocalFS, FilesystemDirectoryView, and APE. I
have not evaluated these for performance with large files, except
    <br>
LocalFS which I know is at least as slow as normal zope File objects.
    <br>
I tend to assume they are all slow.
    <br>
  </blockquote>
  <br>
ExtFile should be quite a bit faster than LocalFS (it streams directly
from the FS in most cases instead of first loading everything into Zope
like LocalFS).
  <br>
  <br>
Be sure to get the rewritten version Stefan Holek did:
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://zope.org/Members/shh/ExtFile">http://zope.org/Members/shh/ExtFile</a>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
Zope maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:Zope@zope.org">Zope@zope.org</a>
<a class="moz-txt-link-freetext" href="http://mail.zope.org/mailman/listinfo/zope">http://mail.zope.org/mailman/listinfo/zope</a>
**   No cross posts or HTML encoding!  **
(Related lists - 
 <a class="moz-txt-link-freetext" href="http://mail.zope.org/mailman/listinfo/zope-announce">http://mail.zope.org/mailman/listinfo/zope-announce</a>
 <a class="moz-txt-link-freetext" href="http://mail.zope.org/mailman/listinfo/zope-dev">http://mail.zope.org/mailman/listinfo/zope-dev</a> )
  </pre>
</blockquote>
</body>
</html>