Arijit Das wrote:

> I need a priority message queue which should be usable by different
> unrelated processes and usable/acceisible from different machines (may
> be using a filesystem path).
>  
> So, its like I want the behaviour of an UNIX::IPC::MsgQueue but I need
> visibility/accessibility like a FIFO. FIFOs can be opened/used across
> NFS by different unrelelated processes.
>  
> Any suggestions what would be the best fit here...?

Not suer just exactly what you're trying to do, but a TCP server listening
on a well-known port could do the job depending on the exact specs for
your problem.

On UNIX, you could have the server activated when a TCP request comes in
on the specified port using inet daemon.
_______________________________________________
Perl-Unix-Users mailing list
Perl-Unix-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to