Search found 4 matches

by coretrek
Wed Apr 23, 2014 5:23 am
Forum: PHP API
Topic: Problem with WURFL lock functionality
Replies: 8
Views: 48628

Re: Problem with WURFL lock functionality

Hi again, Just read the entire thread here, the problem is still the same as described in the first posts. The code from DeviceRepositoryBuilder.php (from wurfl-php-1.5.1.0.tar.gz downloaded today) is still: public function build($wurflFile, $wurflPatches = array(), $capabilityFilter = array()) { //...
by coretrek
Tue Apr 22, 2014 6:16 am
Forum: PHP API
Topic: Problem with WURFL lock functionality
Replies: 8
Views: 48628

Re: Problem with WURFL lock functionality

Hi again,

We experienced the same problem again in a newer version of the WURFL API (version 1.5).

Do you have any ETA for when this will be fixed?

regards,
Arve Skjørestad
CoreTrek AS
by coretrek
Mon Feb 06, 2012 7:13 am
Forum: PHP API
Topic: Problem with WURFL lock functionality
Replies: 8
Views: 48628

Re: Problem with WURFL lock functionality

Hi Steve, Sorry for my late reply, busy times at CoreTrek for the time beeing ;) The OS version is CentOS. PHP version is: PHP 5.3.3-7+squeeze3 with Suhosin-Patch Zend Engine v2.3.0, I would appreciate that the temp dir was configurable, as most applications embedding WURFL (at least ours) already h...
by coretrek
Wed Jan 18, 2012 5:49 am
Forum: PHP API
Topic: Problem with WURFL lock functionality
Replies: 8
Views: 48628

Problem with WURFL lock functionality

Hi, The class WURFL_DeviceRepositoryBuilder tries to obtain an exclusive file lock to prevent multiple instances of the updater from updating the WURFL at the same time. The lock is by default (none-solaris) taken by running flock() on a file -inside- the WURFL codebase. This seems risky, as there i...