|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-04-26 16:38 UTC] donraman@php.net
Description: ------------ Two wincache API namely 1. wincache_lock 2. wincache_unlock to take an additional parameter named time which defines for how long a process will wait before dying out when acquiring a lock. The time can be in milliseconds. Since we are using API WaitForSingleObject we can implement this and it will also prevent deadlock. This request came from Drupal developers. I am filing this bug for better tracking purpose. This is not a must have feature but rather nice to have. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Feb 17 15:00:01 2026 UTC |
This feature request has sat for 4 years, so putting it out of its misery now... Thx! --E.