On Wed, Mar 30, 2011 at 8:41 AM, 付毅 <skysb...@gmail.com> wrote:
> i don't think 100 instance means to 100 CPUs. I just want to use http_load
> to test pressure to my web server. if i make the 100 cocurrent request per
> second with 100 cocurrent connection. I will make 100 python process
> instance when I deploy my web project in prefork environment. Any others
> agree with me?

Well, I'm not sure I agree with how you're interpreting your stats; a
process can report that it's using 60MB, but that doesn't mean that
two such processes would consume a total of 120MB of memory.

I'd also be curious to know what sort of stuff you're doing that's
using (allegedly) so much memory per-process.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to