pcntl speed

emailwrks

Member
hi,

i have set up and gotten pcntl to work properly. But my speed seems to be going into my power mta slower than a few other people.

i have fiddled with the cron speed settings to no effect, is there any backend coding to pcntl i should be aware of?

thanks, J
 
just noticed people are running php and im using php -cli.

would that make any difference in speed tests you've seen?

thnx
 
yeah i have the latest fix, and tried ranging the cron settings up and down - no joy really. I seem to be stuck on 60 emails going into powerMTA per minute, which is kind of slow by everyone elses tests

:(
 
Login via SSH and post the result of the following commands.

cat /proc/cpuinfo
free -m
dd if=/dev/zero of=temp bs=100k count=10k; rm temp
apache2 -V (if running Apache)
php -i or php-cli -i
mount
 
hey, just put all those commands into a text file, cus outputs were quite long to paste in here! Thanks for the help
 

Attachments

  • mailwizz actions.txt
    33.9 KB · Views: 11
Your version of PHP doesn't have PCNTL. But, even without that, your machine should be sending a lot faster without it.

Let me take a gander at your delivery server and cron settings (screenshots).
 
oh dear ok, totally thought id did. Will check this out asap

upload_2016-2-28_23-0-21.png


cron settings above all ok. As well as server settings

thanks for the help mate
 
Back
Top