If I call an agent with runOnServer from an xPage application does it release control back to the xPage?

StackOverflow https://stackoverflow.com/questions/19126755

  •  30-06-2022
  •  | 
  •  

Question

I know calling agents from the web can have performance issues. I don't want to block the end user while the agent is running. When you call an agent with runonserver does it block the xPage from continuing to process or will it run the agent independent of the xPage?

Était-ce utile?

La solution

It does block. Use a thread for non blocking operation. There is also an OpenNTF project for that.

Once you are there: why an agent? You pay a performance penalty. Better use the new OpenNTF Domino API

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top