|
Home > Archive > BizTalk Server Orchestration > May 2004 > biztalk web services slow?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
biztalk web services slow?
|
|
| nasreen 2004-05-25, 4:37 pm |
| hello all,
has anyone ever had an issue with the biztalk orchestrations exposed as web service in terms of response time? how long should a response from a biztalk web service ideally take?
| |
| Matt Milner 2004-05-25, 11:38 pm |
| There are some tuning parameters that you can make to increase the speed
with which the web service adapter reads from the message box. Take a look
at Scott Woodgate's webcast on MSDN on using Web Services with BizTalk
Server. He talks about this and has a slide with the specifics.
Matt
"nasreen" <anonymous@discussions.microsoft.com> wrote in message
news:00D16B58-8C71-4D5E-A067-CC42B471E71D@microsoft.com...
> hello all,
>
> has anyone ever had an issue with the biztalk orchestrations exposed as
web service in terms of response time? how long should a response from a
biztalk web service ideally take?
| |
| Todd Sussman 2004-05-30, 10:47 am |
| You need to remember that BizTalk uses the SQL DB to persist messages. That
means for evey action shape in your orchestration, BizTalk is writing the
message to the DB. So this causes a kind of builtin latency. The more
actions or operations you do inside the Orchestration, the more latency you
will have.
--
Todd Sussman
My opinion is neither copyrighted nor trademarked, and it's price
competitive. If you like, I'll trade for one of yours.
Remove The REMOVE! to reply.
"nasreen" <anonymous@discussions.microsoft.com> wrote in message
news:00D16B58-8C71-4D5E-A067-CC42B471E71D@microsoft.com...
> hello all,
>
> has anyone ever had an issue with the biztalk orchestrations exposed as
web service in terms of response time? how long should a response from a
biztalk web service ideally take?
|
|
|
|
|