When agent is running, user is changing design for the current db from Notes client(such as : add one folder), then accessing xPage from current db again from browser, we found the browser no responding, after the agent running complete, we can access xPage from the browser again.
Since xPages maintains a cache of the NSFs for better performance. When the design of the NSF changes, it has to refresh its cache as well to ensure the data integrity, so it doesn't serve out the state info. This implies the db design has to be momentarily locked whilst the design is being read and cache refreshed. Adding a folder to the db does just that. Because the agent note is locked by the initial thread, the design refresh has to wait until the agent completes so the db design can be read and refreshed.
But from customer's daily work needs, when agents are running, end users need modify the db's design, such as add folders, so pls consider to modify xPage work method, Thanks!
This is a serious bug, Domino Server cache web elements but seems only Xpage be impacted.
Is every bug only can be fixed by "Add a new idea"?