Zend_Log in background - possible?

ermal

New Member
My \[code\]Zend_Log\[/code\] writers are sending data to third-party resources, like Amazon DynamoDB, for example. Such operations take time and I want to do them in background. I tried to use \[code\]pcntl_fork()\[/code\], but it doesn't work correctly with Apache. Do you have any other ideas of how this parallel execution of logging operations can be executed in PHP and in Zend Framework? Maybe some examples?
 
Top