From: happyman <hap...@co...> - 2003-01-02 04:02:49
|
Yes. Thanx for Jeff's correction.. Only dynamic fastcgi server process is single.=20 however, we can speed ids up a little by share some program blocks. My patch is located: http://210.59.224.194/~happyman/ids-fastcgi-big5.patch Most of my efforts is make IDS handle Chinese BIG5 correctly.=20 Big5 is double-byte and ranges as below: my $BIG5 =3D '[\xa1-\xf9](?:[\x40-\x7e]|[\xa1-\xfe])'; the 2nd byte contains special chars. like '_' '\' (have problem with = regular expression) BTW, The dirty big5 search and match function in idsShared.pm is powered = by my school bro. Sywang. :) Enjoy it! Eric Chiu ----- Original Message -----=20 From: "Jeff Dafoe" <je...@ba...> To: <ids...@li...> Sent: Thursday, January 02, 2003 10:24 AM Subject: Re: [Ids-devel] IDS speed and modperl/fcgi > I am using ids+fastcgi. The most importnat thing is fastcgi is a single process, It's a single process as long as your concurrency is a single = request. It's identical to regular CGI in that regards. Unless you modified IDS = to be multithreaded. Jeff |