Re: HTTP session communication between VMs

Eric Noriega <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Organization The George Washington University, Department of Computer Science
Message-ID <[email protected]>
    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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.