Networking Forums

Networking Forums > Computer Networking > Linux Networking > Different RPC programs within one Linux process

Reply
Thread Tools Display Modes

Different RPC programs within one Linux process

 
 
haidinyak
Guest
Posts: n/a

 
      09-01-2004, 10:22 PM
Is it possible to support different RPC programs within one process? My
thought is to have one thread serving one program while having another
thread serve a different RPC program.

Thanks,

Grant Haidinyak

 
Reply With Quote
 
 
 
 
Christopher Browne
Guest
Posts: n/a

 
      09-02-2004, 04:52 AM
Oops! "haidinyak" <(E-Mail Removed)> was seen spray-painting on a wall:
> Is it possible to support different RPC programs within one process? My
> thought is to have one thread serving one program while having another
> thread serve a different RPC program.


It's possible; processes can indeed have multiple threads, and even if
not, if you control things via an event loop, multiple services can
surely "latch in."

That's certainly how "superservers" like xinet.d work.

Threads are pretty evil, as they run considerable risk of trampling on
one another, so you certainly want to be careful with them, and
perhaps avoid, if you can.
--
let name="cbbrowne" and tld="ntlug.org" in name ^ "@" ^ tld;;
http://cbbrowne.com/info/nonrdbms.html
BIOS = Bugs Inherited from Older Systems
-- (E-Mail Removed)
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Limiting OS resources on Linux on per process basis tech_geek Linux Networking 3 01-10-2009 07:09 PM
Limiting OS resources on Linux on per process basis tech_geek Linux Networking 0 01-06-2009 09:50 PM
Computer Programs Jared Wireless Networks 1 04-10-2005 11:57 PM
Backup programs Noah Roberts Linux Networking 4 02-14-2005 07:57 PM
programs for networking terrance Windows Networking 0 09-27-2003 11:31 AM



1 2 3 4 5 6 7 8 9 10 11