PHP module

php.internals

Alvaro Lopez Ortega

23 years ago
Hi, I'm writting a web server [1]. There're lot of people that have asked about the PHP module. I've been reading some code from PHP, but I'm not sure the best way to write down this module. The server is not multithread or multiprocess, it's based on time slices instead. I've seen the php_execute_script() function, but it's not an option because the single-thread dessing. I'm wondering if it _have_to_ use thread in this module or if there's another way to implement it. Thank you :-) [1] http://www.alobbs.com/cherokee
-- Greetings, alo.