I would point out two alternatives:

  1. Use a backend database, keying on a value to send information back
     and forth, you can even implement sessions through the DB.
  2. If your actions are mainly "send notification to other VM", you
     could simply open a URL on the other host, either from your
     servlet, or through the client browser.


Katz Guy wrote:




Hi all;

I need to solve a problem where one HTTP session on Machine A notifies
another HTTP session on machine B that 'something happened'.

I cant seem to find a good solution for this.
Any suggestions?
Thanks.

_______________________
Guy Katz
Chief Software Architect, CAP-IFS
Comverse
[EMAIL PROTECTED]
+972 3 7663686


___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html



Reply via email to