[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CPU speed problem
- Date: Fri, 27 Aug 1999 11:07:35 -0500
- From: rdasilva at connecttel.com (Rosimildo daSilva)
- Subject: CPU speed problem
>I am studing Rtems networking .
>This study include networking, thread(Rtems POSIX),priority(POSIX
priority),and CORBA(Common Object Request Broker(Meddleware))
>I use omniORB in RTEMS and Real-Time CORBA spec.
>So I develop RTMES + omniORB + Real-Time CORBA spec.
>And Rtems runs succesfully in 2-4 thread using network and with priority.
>but if thread number is 5-10, Rtems is die in Pentium 90..
>And this walk runs succesfully in Pentium 233 .
>I want to know this
>Thanks
>---------------------------------------
>Soongsil University in Korea
>Electronic Engineering . graduated School
>Lee young ki.
>Computer is Very Good,Software is Ultra Good.
Look at your POSIX configuration table. You may need to increase the number
of threads.
Remember that omniORB uses a minimum of 6 worker threads. Just to get things
going,
the ORB creates these 6 threads.
Rosimildo.