Re: [Mod-fcgid-users] large fils uploading and apache Memory overflow

2008-02-13 Thread Ang FAN
; > I can provide some tools, hardware, to help test and develop that (Linux > only, not the Windows versions, sorry). > > Cheers, > > Gabriel > > PS: Could you please use only english in your messages? ;-). It's not my > native language either, but so practical!

Re: [Mod-fcgid-users] large fils uploading and apache Memory overflow

2008-02-12 Thread Ang FAN
sorry, there are a wrong, while(FCGX_Accept(&request.in,&request.out,&request.err,&request.envp) shoulde be: while(FCGX_Accept_r(&request) == 0) 在 08-2-13,Ang FAN<[EMAIL PROTECTED]> 写道: > Hi, > Thank you,but I do that as you say,the memory still keep growing. &g

Re: [Mod-fcgid-users] large fils uploading and apache Memory overflow

2008-02-12 Thread Ang FAN
streambuf); #endif return 0; } 在 08-2-13,潘庆峰<[EMAIL PROTECTED]> 写道: > 1. upgrade your mod_fcgid to 2.2 > 2. mod_fcgid 2.2 support a new configuration "MaxRequestInMem" (default > 64k), every http request longer than 64k will swap to tmp file > > > > > 在20

[Mod-fcgid-users] large fils uploading and apache Memory overflow

2008-02-12 Thread Ang FAN
-- Forwarded message -- From: Ang FAN <[EMAIL PROTECTED]> Date: 2008-2-13 11:49 Subject: Re: confirm 1fdecc4c927c4c9e3e26a2a2bc779e5cc2c36c12 To: [EMAIL PROTECTED] Hi, I used fcgid as a file uploader server modul(window 2003 server),but if the files are big, it will ta