Hi, I was wondering if there is an example to how to configure and use the ARD, I can only find pieces in infocenter, specifically how does such a servlet look like. sample application somewhere? Thanks!
Concurrent dispatching can improve servlet response time. If operations are dependant on each other, do not enable asynchronous request dispatching, therefore, select Disabled. Concurrent dispatching might result in errors when operations are dependant. Select Server side to enable the server to aggregate requests dispatched concurrently. Select Client side to enable the client to aggregate requests dispatched concurrently.
5 comments:
Hi,
I was wondering if there is an example to how to configure and use the ARD, I can only find pieces in infocenter, specifically how does such a servlet look like. sample application somewhere?
Thanks!
I was planning on doing an DeveloperWorks article, but they haven't gotten around to getting it in yet. I can try to send it to you.
Thanks Maxim, I can wait for the developerWorks article.
Concurrent dispatching can improve servlet response time. If operations are dependant on each other, do not enable asynchronous request dispatching, therefore, select Disabled. Concurrent dispatching might result in errors when operations are dependant. Select Server side to enable the server to aggregate requests dispatched concurrently. Select Client side to enable the client to aggregate requests dispatched concurrently.
32GB SD Karte
I had difficulty going through the developerWorks route so just check out new blog post.
Post a Comment