http://qs1969.pair.com?node_id=286138

asarih has asked for the wisdom of the Perl Monks concerning the following question:

I'm writing a Perl module to interface with door libraries on Solaris. Doors are used for fast IPC among processes on the same machine. There is a dead project to implement it on Linux, but otherwise it is a Solaris-only thing.

I've been working with the name Solaris::IPC::Door, but I'm open to suggestions.

Other possibilities include Solaris::Door, IPC::Door, IPC::Door::Solaris.