Martin Makundi created WICKET-6177:
--------------------------------------

             Summary: Blocking page serialization
                 Key: WICKET-6177
                 URL: https://issues.apache.org/jira/browse/WICKET-6177
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.4.0
         Environment: any
            Reporter: Martin Makundi


We have a performance issue with our Wicket app, page serialization causes 
inconvenience to user because PageStoreManager.storeTouchedPages() blocks the 
request until pageSerializer.serialize(page) has been handled.

Could this be solved by serializing the page in a separate thread and let the 
request complete?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to