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
  •  | 
  •  

Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top