On Thu, Apr 17, 2008 at 6:41 AM, Frederic Paillart <Frederic.PAILLART@xxxxxxxxxxx> wrote: > Hi all, > > I'm using mod_mem_cache to cache iso files provided by tomcat backend > server (using mod_http_proxy). > During the first client download, the iso file is stored into this cache. > If this client stops prematurely the download, the cache contains an > incomplete part of this iso file. > Consequently, for all other requests from all clients, the iso file will > be wrong. > Of course, we have the same behavior for any kind of content (jpeg, > html, ...). This doesn't directly answer your question, but in general, you should be aware that the disk cache is much more stable, and very-often more performant than the memory cache. Unless you have a very good reason to use the memory cache, you should try the disk cache instead. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx