Re: Download hanging

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Mon, 07 Aug 2006 17:04:05 +0200

mån 2006-08-07 klockan 17:50 +0800 skrev Steven:

> Once an object reachs store_maxobjsize (in my case 128K), it falls through
> and eventually runs storeCheckCachable() and figures out that the object
> is not cachable. The problem here is that if all data has been sent to
> the client, there is nothing to kick the store entry into freeing the
> memory.
>
> The attached patch is one solution. The other option I can see would be
> to call storeCheckCachable() just before line 212:
>
> swapout_able = storeSwapOutMaintainMemObject(e);
>
>
> I think the attached patch is the better option.

Applied.

Regards
Henrik

Received on Mon Aug 07 2006 - 09:04:09 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Sep 01 2006 - 12:00:03 MDT