Search found 4 matches

by thanhbui
Wed Nov 14, 2012 11:27 pm
Forum: PHP API
Topic: 'Error: Commands out of sync; you can't run this command now
Replies: 7
Views: 20575

Re: 'Error: Commands out of sync; you can't run this command

@Kamermans : Where can I download the updated? which version pls?
by thanhbui
Tue Jul 17, 2012 2:56 am
Forum: PHP API
Topic: Compare performance between Wurfl PHP and Tera-Wurfl
Replies: 3
Views: 12767

Re: Compare performance between Wurfl PHP and Tera-Wurfl

I tried to compare results between Tera-Wurfl and Wurfl API. But they are really different. I tested on 1000 different user-agent and compare some capabilities as : Tera-wurfl : $my_device->capabilities['display']['max_image_width'] $my_device->capabilities['display']['resolution_width'] $my_device-...
by thanhbui
Thu Jul 12, 2012 11:01 pm
Forum: PHP API
Topic: Compare performance between Wurfl PHP and Tera-Wurfl
Replies: 3
Views: 12767

Compare performance between Wurfl PHP and Tera-Wurfl

Currently, we are using Tera-WURFL 2.1.5 but we are going to apply Wurfl PHP. My system has about 2000 requests/second (It's huge and It continues increasing ). so I really consider about the performance about this change. Anyone here could tell me about the performance of Wurfl PHP lib? is it faste...
by thanhbui
Tue Dec 06, 2011 1:13 am
Forum: PHP API
Topic: 'Error: Commands out of sync; you can't run this command now
Replies: 7
Views: 20575

Re: 'Error: Commands out of sync; you can't run this command

We also have this problem.. We fixed this error by changing public $db_implements_ris = true; to public $db_implements_ris = false; This error seems to be fixed but another error is occurred on our server "PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 71 bytes...