Re: funky tyan s2510

2001-07-06 Thread ognen
). Best regards, Ognen On Fri, 6 Jul 2001, josh wrote: > > I have a tyan s2510 with a single pIII 800Mhz cpu and 1GB of RAM. > I have been having problems with this system from the get go and > cant seem to narrow down what the problem is. I have tried running > 2.4.6, but the system

Re: funky tyan s2510

2001-07-06 Thread ognen
). Best regards, Ognen On Fri, 6 Jul 2001, josh wrote: I have a tyan s2510 with a single pIII 800Mhz cpu and 1GB of RAM. I have been having problems with this system from the get go and cant seem to narrow down what the problem is. I have tried running 2.4.6, but the system usually doesnt last

[OT] Quad-cpu motherboard recommendation

2001-07-05 Thread ognen
Hello, can someone please recommend a motherboard that can carry four CPUs, either AMD or Intel (but other than Pentium III Xeon 700 Mhz) capable of running Linux? Best regards, Ognen -- Ognen Duzlevski Plant Biotechnology Institute National Research Council of Canada Bioinformatics team

[OT] Quad-cpu motherboard recommendation

2001-07-05 Thread ognen
Hello, can someone please recommend a motherboard that can carry four CPUs, either AMD or Intel (but other than Pentium III Xeon 700 Mhz) capable of running Linux? Best regards, Ognen -- Ognen Duzlevski Plant Biotechnology Institute National Research Council of Canada Bioinformatics team

Re: Threads are processes that share more

2001-06-20 Thread ognen
I thought one only refers to LWPs when talking about kernel level threads not user-space ones? Ognen On Wed, 20 Jun 2001, Stephen Satchell wrote: > By the way, I'm surprised no one has mentioned that a synonym for "thread" > is "lightweight process". > >

Re: Threads are processes that share more

2001-06-20 Thread ognen
I thought one only refers to LWPs when talking about kernel level threads not user-space ones? Ognen On Wed, 20 Jun 2001, Stephen Satchell wrote: By the way, I'm surprised no one has mentioned that a synonym for thread is lightweight process. Satch -- Ognen Duzlevski Plant Biotechnology

threading question (more results)

2001-06-19 Thread ognen
be used on this program. Best regards, Ognen -- Ognen Duzlevski Plant Biotechnology Institute National Research Council of Canada Bioinformatics team - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo inf

re: accounting for threads

2001-06-19 Thread ognen
On an unrelated note: I noticed the quote below in your message. Is this a true quote or just a joke going around? I have tried believing it is just a joke but I am scared it is not. Best regards, Ognen On Tue, 19 Jun 2001, Dan Kegel wrote: [reply snipped] > >-- > "A Compu

re: accounting for threads

2001-06-19 Thread ognen
On an unrelated note: I noticed the quote below in your message. Is this a true quote or just a joke going around? I have tried believing it is just a joke but I am scared it is not. Best regards, Ognen On Tue, 19 Jun 2001, Dan Kegel wrote: [reply snipped] -- A Computer is a state machine

threading question (more results)

2001-06-19 Thread ognen
be used on this program. Best regards, Ognen -- Ognen Duzlevski Plant Biotechnology Institute National Research Council of Canada Bioinformatics team - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: threading question (results after thread pooling)

2001-06-14 Thread ognen
tool is used a lot :). This kind of defeats the purpose of my question(s) since without the code it is difficult to talk. Best regards, Ognen Duzlevski On Thu, 14 Jun 2001, Alan Cox wrote: > > they are done. This should help it (and avoid the pthread_create, > > pthread_exit). I wi

Re: threading question (results after thread pooling)

2001-06-14 Thread ognen
tool is used a lot :). This kind of defeats the purpose of my question(s) since without the code it is difficult to talk. Best regards, Ognen Duzlevski On Thu, 14 Jun 2001, Alan Cox wrote: they are done. This should help it (and avoid the pthread_create, pthread_exit). I will implement

Re: threading question

2001-06-13 Thread ognen
Solaris has pset_create() and pset_bind() where you can bind LWPs to specific processors, but I doubt this works on anything else Best regards, Ognen On Wed, 13 Jun 2001, Philips wrote: > BTW. > Question was poping in my mind and finally got negative answer by m

Re: threading question

2001-06-13 Thread ognen
Solaris has pset_create() and pset_bind() where you can bind LWPs to specific processors, but I doubt this works on anything else Best regards, Ognen On Wed, 13 Jun 2001, Philips wrote: BTW. Question was poping in my mind and finally got negative answer by my mind

Re: threading question

2001-06-12 Thread ognen
was intended as a Linux one primarily and it just happenned that it works (and now even better) on Solaris/SGI/OSF... Best regards, Ognen On Tue, 12 Jun 2001, Christoph Hellwig wrote: > In article <[EMAIL PROTECTED]> you wrote: > > On dual-CPU machines the speedups are as follows: my vers

threading question

2001-06-12 Thread ognen
to 8K (but the numbers are the same with larger/smaller stack sizes). Is there anything I am missing? Is this to be expected due to Linux way of handling threads (clone call)? I am just trying to explain the numbers and nothing else comes to mind Best regards, Ognen Duzlevski -- [EMAIL PROTECTED

threading question

2001-06-12 Thread ognen
to 8K (but the numbers are the same with larger/smaller stack sizes). Is there anything I am missing? Is this to be expected due to Linux way of handling threads (clone call)? I am just trying to explain the numbers and nothing else comes to mind Best regards, Ognen Duzlevski -- [EMAIL PROTECTED

Re: threading question

2001-06-12 Thread ognen
was intended as a Linux one primarily and it just happenned that it works (and now even better) on Solaris/SGI/OSF... Best regards, Ognen On Tue, 12 Jun 2001, Christoph Hellwig wrote: In article [EMAIL PROTECTED] you wrote: On dual-CPU machines the speedups are as follows: my version is 1.88 faster