Results 1 to 4 of 4

Thread: Without session replication / sticky session?

  1. #1

    Default Without session replication / sticky session?

    Hi all, is it possible to use SWF in load balanced web servers without session replication / sticky session?

    Thanks,
    Wilson

  2. #2

    Default

    This is of particular interest - is there a way to cache the state in a hidden form field on convention, and have no session ID maintenance for conversation scope variables? Basically it's acceptible to cache the state on the client to avoid distributed session cacheing across the load balancer.

    Is there a convenient (or elegant) way to store the flow state in a post-back field, with the simple proviso of a hidden form field with the view-state postback lifecycle?

    Thanks,
    Ross

  3. #3

    Default

    Along these lines from the most recent last post about this:

    http://forum.springsource.org/showth...-Data&p=424377

    Basically serializing the flow execution (FlowExecution) with all the read-only get data before the final and only transaction of this particular kind of flow (checkout), simple navigable select-options-freely-and-checkout-once.

    Seems the javadoc is pretty clear on carrying this out, wondering if there is an extant implementation.

    (Google WebFlow FlowExecution.)

    Thanks!

  4. #4

    Default

    Quote Originally Posted by springforum_ross View Post
    Along these lines from the most recent last post about this:

    http://forum.springsource.org/showth...-Data&p=424377

    Basically serializing the flow execution (FlowExecution) with all the read-only get data before the final and only transaction of this particular kind of flow (checkout), simple navigable select-options-freely-and-checkout-once.

    Seems the javadoc is pretty clear on carrying this out, wondering if there is an extant implementation.

    (Google WebFlow FlowExecution.)

    Thanks!
    thanks infomation
    Chuyên cung cấp gỗ ghép-ván ghép-van ghep-van MDF timbee-ván mdf chất lượng , giá rẻ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •