Well It will be my pleasure to give the results I will get on the server I "sacrificed" for testing.
It's a server where I gathered a lot of the clients that caused high load. They have been notified about this and since they had 2 choices, to move there or to buy something expensive they agreed to let me "study" on them.
Anyway right now I have a strange problem regarding phpexpress. If I call the fast-cgi php directly the extension is loaded fine but if I call for example a php script with phpinfo() through Apache the extension will not load, without any errors. Probably I missed something as always
Yes, mod_php so far seems to process php code faster. Fastcgi eats a lot of memory since I have at least 1 process per site (suexec/security a.s.o) but I can use KeepAlive with worker and even load php extensions only for the websites that really need them.
By the way, cPanel will compile php as threadsafe if you select worker (since they offer you the posibility to switch to dso and fcgi) so anyone that would like to use a non threadsafe ext with fastcgi and worker will need to compile php manually.
small update:
never mind the loading of phpexpress that did not work through apache, It was my fault.