I understand cherry.py server is multithreaded which theoretically would be a problem with php fastcgi in general. But would it be possible? has anyone tried it and can please share the idea/experience. Honestly I don't know where to start at all on configuring cherry.py for such a setup.
would the php-fpm be more reasonable solution to this?
I am thinking that it may be possible similar to nginx to send request to php-fpm from cherry.py with proper config.