Thank you very much Jenny for getting this out there. The 5.2 version seems to be working correctly and fixes the file locking issues in previous versions.
Hi Mark, Looking at the code (from the official pecl site), it seems like the max user size was always 85 MB. I don't have much context on whether this can be changed. I will ask around and update you.
Thanks Jenny - Just for reference i am using wincache-1.2.614-dev-5.3-nts-vc9-x86 - have the user cache set to 250 (wincache.ucachesize=250 in the php.ini), and it is honoring the 250 meg in the user cache.
I spoke to my team here, and it seems we might have missed a check-in to update the max cache size. I'll rebuilt a patch with that in (and check that fix in), and update this thread when the patch is ready.
I spoke to my team here, and it seems we might have missed a check-in to update the max cache size. I'll rebuilt a patch with that in (and check that fix in), and update this thread when the patch is ready.
Is your team greater than [url=http://grokbase.com/t/php/php-internals/123fzf3vxg/q-zend-handle-stream-and-wincache-extension-on-php-5-4]Eric Stenson[/url] ;)
nickvw
8 Posts
Re: File locks/Drupal
Apr 25, 2012 05:58 PM|LINK
Thank you very much Jenny for getting this out there. The 5.2 version seems to be working correctly and fixes the file locking issues in previous versions.
jennylaw
31 Posts
Re: File locks/Drupal
Apr 25, 2012 06:08 PM|LINK
Hi Mark, Looking at the code (from the official pecl site), it seems like the max user size was always 85 MB. I don't have much context on whether this can be changed. I will ask around and update you.
Thanks,
Jenny
marcuslayton
14 Posts
Re: File locks/Drupal
Apr 25, 2012 06:31 PM|LINK
Thanks Jenny - Just for reference i am using wincache-1.2.614-dev-5.3-nts-vc9-x86 - have the user cache set to 250 (wincache.ucachesize=250 in the php.ini), and it is honoring the 250 meg in the user cache.
~Mark
jennylaw
31 Posts
Re: File locks/Drupal
Apr 25, 2012 06:38 PM|LINK
I spoke to my team here, and it seems we might have missed a check-in to update the max cache size. I'll rebuilt a patch with that in (and check that fix in), and update this thread when the patch is ready.
Thanks,
Jenny
marcuslayton
14 Posts
Re: File locks/Drupal
Apr 25, 2012 07:18 PM|LINK
most excellent - some of the others sounded like they were needing 1 and 2 gig or larger sizes available - thank you!
laurin1
257 Posts
Re: File locks/Drupal
Apr 25, 2012 08:55 PM|LINK
Jan Ehrhardt
13 Posts
Re: File locks/Drupal
May 10, 2012 08:46 PM|LINK
Is your team greater than [url=http://grokbase.com/t/php/php-internals/123fzf3vxg/q-zend-handle-stream-and-wincache-extension-on-php-5-4]Eric Stenson[/url] ;)
Can you tell him the max cache size under PHP 5.4 is 934 MB and under PHP5.3 930 MB, using the 1.3.0RC1 sources? See http://forums.iis.net/p/1187707/2020811.aspx#2020811
And, while he is at it, he might as well change the 'memcache' in config.w32 into 'wincache'
http://svn.php.net/viewvc/pecl/wincache/trunk/config.w32?r1=324182&r2=324181&pathrev=324182
BTW: in PHP 5.4 compiled with x64 the max size is 2046MB for all caches separately. Only for Apache users...
DropPhone
36 Posts
Re: File locks/Drupal
May 15, 2012 02:55 PM|LINK
Jan--
FYI, Pierre has checked in the fix to the trunk. Should be at revision 325700.
Thx!
--E.