Coder Social home page Coder Social logo

Comments (7)

glassfishrobot avatar glassfishrobot commented on August 12, 2024

from servlet.

glassfishrobot avatar glassfishrobot commented on August 12, 2024

@glassfishrobot Commented
Reported by gregwilkins

from servlet.

glassfishrobot avatar glassfishrobot commented on August 12, 2024

@glassfishrobot Commented
markt_asf said:
Some additional questions related to distributed sessions:

  • When a session is distributed across multiple container instances, how should listeners be notified of HTTP session events? Only those listeners on the 'active' instance where the change originated, all instances, something else?

  • In the above case, should the listener notification behaviour be configurable, if so how and at what level (container, context, session, listener, something else)?

from servlet.

glassfishrobot avatar glassfishrobot commented on August 12, 2024

@glassfishrobot Commented
mode said:
In general so far Java EE platform does not talk about distributed semantics / HA behavior of containers. These features are left up to the container vendors to implement and make available. If we were to put details around distributed servlet programming model it would have to go beyond just HttpSession. At this time I am inclined to wait and see what we plan to do for Java EE platform as a whole before attempting to define distributed session semantics.

from servlet.

glassfishrobot avatar glassfishrobot commented on August 12, 2024

@glassfishrobot Commented
mode said:
Adding it to the bucket of FUTURE_RELEASE

from servlet.

glassfishrobot avatar glassfishrobot commented on August 12, 2024

@glassfishrobot Commented
This issue was imported from java.net JIRA SERVLET_SPEC-1

from servlet.

 avatar commented on August 12, 2024

@gregw My suggestion here is to strengthen the non-distributed contract to make clear what is expected in that case and state that if distributed is used that each instance should honor the non-distributed contract when accessing / modifying / adding / removing attributes when called on said instance and state that what happens on the other instances is up to the vendor to clearly document.

from servlet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.