|
Home > Archive > BizTalk Server > May 2007 > BizTalk 2006 throttling
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 2006 throttling
|
|
|
| Hi,
I have a client that needs to limit the orchestration instances. The
throttling configuration, a new feature at BTS06 can be helpful for that
issue.
What is the exact configuration? Is it the CPU thread parameter?
Talking about BTS application group, 2 servers, 2 CPU's each. Do we have to
set that value to 4? (2X2, 4 instaces concurrent).
TIA,
Shiri
| |
| Saravana Kumar 2007-05-18, 7:19 am |
| Hi Shiri,
Limiting the number of orhcestration instances within BizTalk is still not a
readymade soltuion. Example: There is no simple way to just go and configure
the number of instance for a particular Orchestration.
If you need to limit the number of orchestration instances, then you need to
do some design pattern like singleton orchestration (only one instance) or
some controller orchestration which executes prior to your original orch kick
off etc.
Throttling is completely different, in simple terms it's just controling the
overall performance of the system like setting some threshold limits like
"In-fligh messages per CPU", "Database Latency" ,"Message publishing", etc
It's not advisable to change the default settings, unless otherwise you have
dedicated performance team to tweak to your requirements with rigorous
testing.
HTH
--
Regards,
Saravana Kumar
http://www.biztalk247.com/v1/
http://www.digitaldeposit.net/blog
[Please mark the response as "Answer" if it solves your problem.]
"Shiri" wrote:
> Hi,
>
> I have a client that needs to limit the orchestration instances. The
> throttling configuration, a new feature at BTS06 can be helpful for that
> issue.
> What is the exact configuration? Is it the CPU thread parameter?
> Talking about BTS application group, 2 servers, 2 CPU's each. Do we have to
> set that value to 4? (2X2, 4 instaces concurrent).
>
> TIA,
> Shiri
>
>
>
| |
| using local binding 2007-05-22, 7:20 pm |
| Hi all,
I am trying to deal with the throttling mechanism but all the time when the
mechanism start to work the CPU of the server rises and chokes all the other
hosts.
Is it the way it should be? or there is some parameter that is not configer
right?
Thanks,
Guy
"Shiri" wrote:
> Hi,
>
> I have a client that needs to limit the orchestration instances. The
> throttling configuration, a new feature at BTS06 can be helpful for that
> issue.
> What is the exact configuration? Is it the CPU thread parameter?
> Talking about BTS application group, 2 servers, 2 CPU's each. Do we have to
> set that value to 4? (2X2, 4 instaces concurrent).
>
> TIA,
> Shiri
>
>
>
|
|
|
|
|