Re: How the PHP works?

2006-11-13 Thread Guy Hulbert
On Mon, 2006-13-11 at 22:54 +0100, Joachim Zobel wrote: > Am Montag, den 13.11.2006, 21:39 +0100 schrieb Toni Pizà: > > I will try to read the code of mod_php in ordrer to understand how the > > CGI relates the server web and the php interpreter! > > If you want to look at a webservers source code

Re: How the PHP works?

2006-11-13 Thread Joachim Zobel
Am Montag, den 13.11.2006, 21:39 +0100 schrieb Toni Pizà: > I will try to read the code of mod_php in ordrer to understand how the > CGI relates the server web and the php interpreter! If you want to look at a webservers source code to understand what a webserver does, apache is too complex. Try a

Re: mod_mbox status

2006-11-13 Thread Paul Querna
Roy T. Fielding wrote: > On Nov 12, 2006, at 12:50 AM, Paul Querna wrote: >> FWIW, mod_mbox, which you listed as dormant, has had more commits in >> the last 6 months than the 1.3.x branch. > > BTW, are you talking about one of the mod_mbox branches? I saw only > a couple minor changes on trunk i

mod_mbox status

2006-11-13 Thread Roy T. Fielding
On Nov 12, 2006, at 12:50 AM, Paul Querna wrote: FWIW, mod_mbox, which you listed as dormant, has had more commits in the last 6 months than the 1.3.x branch. BTW, are you talking about one of the mod_mbox branches? I saw only a couple minor changes on trunk in the last 6 months. Ah, now I s

Re: How the PHP works?

2006-11-13 Thread Toni Pizà
Thank you. I'm asking this because I'm writing a little web server, in order to improve my little programing skills, and I want to add a php interpreter to them. But, as you can see, I need a lot of basics knowledges about the web servers structure. I will try to read the code of mod_php in ordre

Re: memory leaking on POST

2006-11-13 Thread Joe Schaefer
"Philip M. Gollucci" <[EMAIL PROTECTED]> writes: > Joe Schaefer wrote: > >> Until someone teaches apreq_brigade_fwrite about spool buckets, >> it probably shouldn't be used for upload brigades. Sorry about that. > I was looking at this a while ago -- APR/U have this function. Really? What's it

Re: memory leaking on POST

2006-11-13 Thread Philip M. Gollucci
Joe Schaefer wrote: "Brian McQueen" <[EMAIL PROTECTED]> writes: I do believe it has to do with my handling of the brigade, but I see nothing suspicious. The data is parsed with apreq_body. On a successful parse I get the pointer to the upload brigade from the parsed parameter, and I pass that

Re: How the PHP works?

2006-11-13 Thread Sander Temme
On Nov 13, 2006, at 8:43 AM, Toni Pizà wrote: As you can see, I am lost, and I don't know where to search. Excuse me if my question is an stupid question :P Yes, you are lost. Please download PHP from http://www.php.net/ and follow the instructions in the INSTALL document contained in their

How the PHP works?

2006-11-13 Thread Toni Pizà
Hello world! I know that the question isn't simple, but .. how works the php integration in Apache? Do you have implemented an php interpreter, or simply use an existent interpreter? Which files/functions do this work? As you can see, I am lost, and I don't know where to search. Excuse me if my

Re: mod_wombat

2006-11-13 Thread david reid
Roy T. Fielding wrote: > On Nov 8, 2006, at 10:16 AM, Paul Querna wrote: > >> Brian has expressed interest in brining mod_wombat to the ASF. >> >> Is there interest in this PMC to bring it in under us? > > It sounds like there is enough interest, given the old theory that > three committers are e

Huge memory consumption while storing the entire response

2006-11-13 Thread Sai Jai Ganesh Gurubaran
Hi All, We were developing a content manager module on Apache 2.0. For this we have the module hooked to the out filter of Apache (and there are no other filters). The base code was taken from Apache 2.0 book (conversion of text to upper case). We notice that the memory consumption is ver