Re: Ways to scale a mod_perl site

2009-09-18 Thread Jeff Peng
said, how about using memcached for this case? Regards, Jeff Peng

Re: Why people not using mod_perl

2009-09-17 Thread Jeff Peng
Just was curious, is CGI running with perl6 most likely the same as Java with JVM? Regards, Jeff Peng

Re: Ways to scale a mod_perl site

2009-09-17 Thread Jeff Peng
-Original Message- >From: Phil Van >Sent: Sep 18, 2009 4:10 AM >To: Jeff Peng >Cc: modperl-list >Subject: Re: Ways to scale a mod_perl site > >Just curious: since you are already running FastCGI, why not serving >dynamic contents directly via it? we needed

Re: Ways to scale a mod_perl site

2009-09-17 Thread Jeff Peng
-Original Message- >From: Cosimo Streppone >Sent: Sep 17, 2009 3:43 AM >To: Mod_perl users >Cc: Jeff Peng >Subject: Re: Ways to scale a mod_perl site > >Jeff Peng wrote: > >> How many servers? >> We have run the systems with about 500 million PV

Re: Ways to scale a mod_perl site

2009-09-16 Thread Jeff Peng
How many servers? We have run the systems with about 500 million PV each day, with many squid boxes + 200 apache webservers + 200 mysql hosts. The applications were written with FastCGI. -Original Message- From: Igor Chudov Sent: Sep 16, 2009 11:49 AM To: Mod_Perl Subject: Ways to s

Re: Why people not using mod_perl

2009-09-16 Thread Jeff Peng
from what you all stated, does it mean mod_perl is really outmoded comparing to Java? Here Java programmer is cheaper than mod_perl developer. But if mp can get better performance, we may consider it as first choice. Regards, Jeff.

Re: nginx load balance

2008-06-30 Thread Jeff Peng
On Mon, Jun 30, 2008 at 11:07 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 11:00 AM, Jeff Peng <[EMAIL PROTECTED]> wrote: >> what's the standard module for storing sessions in a database? > > I recommend CGI::Session. > Yes, current

Re: nginx load balance

2008-06-30 Thread Jeff Peng
Thanks for all. what's the standard module for storing sessions in a database? On Mon, Jun 30, 2008 at 8:43 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 3:18 AM, James Smith <[EMAIL PROTECTED]> wrote: >> I would consider using a shared memory solution to save traffic too

Re: nginx load balance

2008-06-28 Thread Jeff Peng
On Sat, Jun 28, 2008 at 10:14 PM, <[EMAIL PROTECTED]> wrote: > http://wiki.codemongers.com/NginxHttpUpstreamModule > > IP hash based distribution is probably what you want Thanks.Source IP hash sounds a possible way. But, if user's gateway (for local network) has a IP pool, it means the first tim

nginx load balance

2008-06-28 Thread Jeff Peng
Hello, We have some modperl application servers. Follow the suggestion on this list, I will use a nginx in front of them to do the load balance. But I have a question, does nginx support for session-keeping? A user's request, should go always to the same original backend server. Otherwise the user

please recommend the modules for Group application

2006-07-24 Thread Jeff Peng
Hello,lists, I want to run/write an application like Yahoo's Group,which include the membership networking. Is there any mod_perl module which has the Group-like features for me?Thank you. --Jeff

Re: Re: problem with fetching data in mod_perl

2006-01-31 Thread Jeff Peng
erl and notice that while fetching data from a directory where the files are present, its not reading those files and getting the data.After some refresh or apache restart the same data is fetched properly. how to solve this issue???thankssenthil

mod_perl or fastcgi

2006-01-14 Thread Jeff Peng
Hi,lists, We have some web applications in the schedule of development.We have not decided under which mode to run the services.They are some applications relative to email system.I think mod_perl or fastcgi should be the best choice.Is there anyone who have those experiences could give me som