wisozg

Results 23 comments of wisozg

Thanks for your comment. Actually What Im trying to say is not about mysql connection errors. I can already handle these errors. When php error happens (it can be anything,...

Thanks for the info. I think I should add more info to explain what Im trying to say. If any php error, notice or warning happens in the code, It...

Hi, If you have thousands of requests in your server probably you'll get many notice, warning, etc.. in the log file. Sometimes we see many errors and warnings in the...

Hi, Sending bulk webpushes heavily uses network and CPU. Be sure to use latest version of the library (4.x versions) Be sure to increase memory limit to at least 500...

Hi, We use 45 servers (aws t2.micro 1GB RAM) to send WebPushes. We send 500 webpushes in one flush() function and it takes 1 second to send 500 webpushes in...

Great 👍 but 47 seconds is too long as well. I think there must be any other factor on your server. Can you check the things below : - Some...

And the last one : try to disable auto padding if it's enabled.

No I don't have any CPU issue. I prefer to use many small servers instead of 1 powerful server. I use cloud servers and if I want to get powerful...

Yes it does support multi consumers. we use a few producers and 45 consumers on beanstalkd. (sometimes we do some critical changes and old and new system has to work...

We use crontab and each cron works in every minute and check the queue. All of our servers are php producers and php consumers. We developed special cron class and...