I have two application servers running at different
machines and I want to provide a function call type
(synchronous) interface to applications.

This operation may mean one server to send/receive
data from another server. Since I want application to
be unaware of such inter-machine communication and 
yet provide a synchronous interface, I want client
call to be blocked in local server unless all data is
ready.

Any suggessions about good ways of achieving this
functionality? Message Q, Pipes, anything? Your inputs
will be appreciated.

Thanks,
Tom

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to