Testing - "Web Agent Concurrently" - don't work...why?

Hi have an agent with this code (only for testing this option ) in the server document under HTTP section.(I have 4 internet site on my server document…I tried to disabled this but don’t work…)


Dim session As New NotesSession

Dim context As NotesDocument



Set context=session.DocumentContext

Msgbox " Running Agent "

Sleep 10   ' Pause of 10 second

Call context.ReplaceItemValue("html","<html><body><h1>completed...</h1></body></html>")

If I run from my browser 10 or plus request of

“?OpenAgent” on the same time…

I see that the agent print in the domino console sequentially after 10 secondo the MsgBox and don’t in parallel. Why?

Someone can help me to find a solution?

P.S. I have read this link for my problem:

http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg21087213

http://www.codestore.net/store.nsf/unid/BLOG-20050308/