Re: Help a new to Linux developer
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Sat, 12 Jan 2008 16:15:04 -0000
On 2008-01-12, llothar <llothar@xxxxxx> wrote:
On 12 Jan., 10:06, Grant Edwards <gra...@xxxxxxxx> wrote:
That said, if the threads are I/O limited rather than CPU
limited, then Python will be fine. Also, if isntead of a multi
_thread_ application you have a multi _process_ (e.g. you fork
off server processes), it'll scale fine as well.
I just have the feeling that this is wrong. At least when i look at
python code i see a lot of unnecessary copy operations of strings
etc. raising both memory and cpu time and maybe reducing throughput.
I don't see that that has anything to do with SMP scalability
(which is the point I was addressing). Scalability refers to
how close an algorithm/implimentation comes to halving the
run-time when you double the number of processors. It's not
related to how long the run time actually is (which is what you
seem to be addresssing).
--
Grant Edwards grante Yow! I'm EXCITED!! I want
at a FLANK STEAK WEEK-END!! I
visi.com think I'm JULIA CHILD!!
.
- Follow-Ups:
- Re: Help a new to Linux developer
- From: llothar
- Re: Help a new to Linux developer
- References:
- Help a new to Linux developer
- From: PurpleServerMonkey
- Re: Help a new to Linux developer
- From: John Hasler
- Re: Help a new to Linux developer
- From: PurpleServerMonkey
- Re: Help a new to Linux developer
- From: Grant Edwards
- Re: Help a new to Linux developer
- From: PurpleServerMonkey
- Re: Help a new to Linux developer
- From: Grant Edwards
- Re: Help a new to Linux developer
- From: llothar
- Help a new to Linux developer
- Prev by Date: Re: Help a new to Linux developer
- Next by Date: Re: tool to check for binary compatibility
- Previous by thread: Re: Help a new to Linux developer
- Next by thread: Re: Help a new to Linux developer
- Index(es):
Relevant Pages
|