Hi Jerome,

Thanks for your reply. I realized that two things were causing a problem:

1) I was using the client net extension.  This seemed to prevent async.  Can we 
only use the internal client connector for this feature?  

2) I thought the Async Get() was having no effect, when it was in fact working. 
 The problem was that my main() was ending immediately.  The async feature must 
call a daemon thread.  I extended the life of my main() and I saw that the 
async feature worked as expected.

One more follow up question:

For each async get(), is there a separate thread that is launched with a 
one-to-one ratio of thread per request.

Thanks again,
-Adam

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3054445

Reply via email to