Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Name for Solaris door library module

by Zaxo (Archbishop)
on Aug 24, 2003 at 05:52 UTC ( [id://286149]=note: print w/replies, xml ) Need Help??


in reply to Name for Solaris door library module

IPC::Door::Solaris seems best to me. The IPC namespace exists, and IPC::Door fits in nicely. That namespace might contain the public interface, with platform-specific implementation delegated to IPC::Door::Solaris.

Would you mind describing doors in a more detail? I'm not familiar with them.

After Compline,
Zaxo

  • Comment on Re: Name for Solaris door library module

Replies are listed 'Best First'.
Re: Re: Name for Solaris door library module
by asarih (Hermit) on Aug 24, 2003 at 12:12 UTC
    Thanks for your response. I quote Solaris Internals by Jim Mauro and Richard McDougall:
    A new, fast, lightweight mechanism for calling procedures between processes is available in Solaris: doors. Dorrs are a low-latency method of invoking a procedure in local process. A door server contains a thread that sleeps, waiting for an invocation for the door client. A client makes a call to the server through the door, along with a small (16 Kbyte) payload. When the call is made from a door client to a door server, scheduling control is passed directly to the thread in the door server. Once a door server is finished handling the request, it passes control and response back to the calling thread. The scheduling control allows ultra-low-latency turnaround because the client does not need to waint for the server thread to be scheduled to complete the request.
    Doors were introduced in Solaris 2.5.1, but API was not stabilized until 2.6. (Or so I hear. I have only seen the API on Solaris 8 and 9 so far.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://286149]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-26 05:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found