Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64600 invoked from network); 11 May 2003 22:11:53 -0000 Received: from unknown (HELO mailer.barrapunto.com) (212.85.32.12) by pb1.pair.com with SMTP; 11 May 2003 22:11:53 -0000 Received: from localhost (localhost [127.0.0.1]) by mailer.barrapunto.com (Postfix) with ESMTP id BA05B33CFB for ; Mon, 12 May 2003 00:02:49 +0200 (CEST) Received: from alobbs.com (217-126-167-95.uc.nombres.ttd.es [217.126.167.95]) by mailer.barrapunto.com (Postfix) with ESMTP id 028BB33CE7 for ; Mon, 12 May 2003 00:02:48 +0200 (CEST) Received: from 192.168.200.3 (unknown [192.168.200.3]) by alobbs.com (Postfix) with ESMTP id 112CF700F1 for ; Sun, 11 May 2003 23:17:38 +0200 (CEST) To: internals@lists.php.net Date: Mon, 12 May 2003 00:10:15 +0200 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200305120010.15638.alvaro@alobbs.com> X-Virus-Scanned: by AMaViS new-20020517 Subject: PHP module From: alvaro@alobbs.com (Alvaro Lopez Ortega) 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.