Bug 113389 - rpcgen is not creating multithreaded rpc server
Summary: rpcgen is not creating multithreaded rpc server
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.3
Hardware: x86_64
OS: Linux
high
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On: 1125246
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-13 14:41 UTC by vaish
Modified: 2016-11-24 12:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-26 04:58:20 UTC
Embargoed:


Attachments (Terms of Use)
Multithreaded RPC Server for RHEL 3 (55.50 KB, text/html)
2005-05-08 11:54 UTC, Boris Derzhavets
no flags Details

Description vaish 2004-01-13 14:41:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET 
CLR 1.0.3705)

Description of problem:
We have used rpcgen to create a Prog_svc.c and Prog_clnt.c 
When there are many calls to our program it still results in a single 
threaded request.
This is happening only in Linux.
The same program works in SUN SOLARIS
However in SUN SOLARIS there is an option of using rpc_control which 
can be used to set multithreaded option
Now this rpc_control function is unavailable in LINUX.
Are we missing anything ?
Does Linux rpcgen support multithreading?
What are the options and can it be listed in the man pages?



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.rpcgen PROG.x

Additional info:

Comment 1 Ulrich Drepper 2004-08-26 04:58:20 UTC
So, rpc on Solaris and Linux is different.  Live with it, or do
something against it.  Either write appropriate code which does not
sacrifize any compatibility, or pay somebody to do this.  The Red Hat
bugzilla is the completely wrong place to report this.

If you want, you can file this is the upstream bugzilla at
sources.redhat.com but I'll tell you right away, I'll defer the bug
until somebody comes up with a patch.  I'll not spend a second more
than I have to maintaining useless code like RPC.

Comment 2 Boris Derzhavets 2005-05-08 11:54:48 UTC
Created attachment 114139 [details]
Multithreaded RPC Server for RHEL 3

http://www.linuxgazette.com/node/9005

Comment 3 Boris Derzhavets 2005-05-08 11:59:15 UTC
Comment on attachment 114139 [details]
Multithreaded RPC Server for RHEL 3

http://www.linuxgazette.com/node/9005

Comment 4 Boris Derzhavets 2005-05-18 14:34:16 UTC
Comment on attachment 114139 [details]
Multithreaded RPC Server for RHEL 3

http://www.linuxgazette.com/node/10211


Note You need to log in before you can comment on or make changes to this bug.