monitoring T2 line and pool of modems : using the JAVA API ?

2000-07-18 Thread JM Strauss
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

Re: yield stopping threads????

2000-07-18 Thread Bruno Boettcher
> 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

Re: yield stopping threads????

2000-07-18 Thread Andreas Kopecki
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