Hi folks.
I am working for a telecom company who wants to migrate to linux for
some server functionnality (ie portal software for example (apache
server + corba and java stuff ).
Well i am searching some open source product who handles the
communication layer with T2 lines and handle a pool of mo
> Maybe another thread with a higher priority is blocking the system. Are
i didn't hassle around with thread priority, so i think that all should have
the same
> you sure that all your threads are yield()ing sometimes? Even if you have
yep, since i have a farm-pattern approach, each trhead do
Hi!
Maybe another thread with a higher priority is blocking the system. Are
you sure that all your threads are yield()ing sometimes? Even if you have
only threads with same priorities it is not guaranteed, that your
yielding threads are woken up after a time.
On Mon, 10 Jul 2000, Bruno Boettcher