Thanks all,<br><br>I finally solved it by using WAFileDirectory, its usage is so simple it didn&#39;t occur to me it could work like that! <br><br>After talking to the client it seems it&#39;s no big deal if the files can be accessed from the browser (I thought it would be), as you would still need to know their exact path, and these tend to be pretty cryptic in their case... Still, if a file leaked it&#39;d be strictly inside the organisation.<br>

<br>Anyway, thanks a lot for all the options, I&#39;ll consider them if I ever come across the same problem again!<br><br>Going off-topic, I&#39;ve got to say that small communities are the ones with the best &quot;live&quot; support. I mean, where else do you get answers to your particular problems from the people whose books you&#39;ve been reading?<br>

<br>Bernat Romagosa.<br><br><div class="gmail_quote">2010/5/17 Philippe Marschall <span dir="ltr">&lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

2010/5/17 AxiNat &lt;<a href="mailto:tibabenfortlapalanca@gmail.com">tibabenfortlapalanca@gmail.com</a>&gt;:<br>
<div class="im">&gt; Hi all,<br>
&gt;<br>
&gt; I&#39;m coding an app that will have to deal with quite a handful of pretty big<br>
&gt; files in a daily basis.<br>
&gt;<br>
&gt; So far, for prototyping, I&#39;ve been using a WAFileLibrary, but it&#39;s becoming<br>
&gt; more and more clear to me that this is the wrong approach, because it takes<br>
&gt; forever to add/delete a file from the library and the application will have<br>
&gt; to be deployed soon for real life usage.<br>
&gt;<br>
&gt; The apache solution is not valid in my case, cos these files MUST be<br>
&gt; inaccessible via the browser,<br>
<br>
</div>Not so fast. You can put them in a folder above docroot and then use<br>
mod_xsendfile [1]. That uses the sendfile() system call to let the<br>
kernel deliver the file. That&#39;s a about as efficient as it gets, the<br>
data won&#39;t even touch user space.<br>
<br>
 [1] <a href="http://tn123.ath.cx/mod_xsendfile/" target="_blank">http://tn123.ath.cx/mod_xsendfile/</a><br>
<br>
Cheers<br>
<font color="#888888">Philippe<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>