05-20-04 10:42 PM
Hello,
>does anyone know if Biztalk developer edition is limited in power.
>We tried load testing it and we can only have 2 messages processed in parallel.[/vb
col]
[vbcol=seagreen]
>Is is limited in the number of worker threads?
This page: http://www.microsoft.com/biztalk/howtobuy/pricing.asp indicates t
hat:
"BizTalk Server 2004 Developer Edition is limited solely to designing, devel
oping, and testing purposes. You may not use it as a passive failover
server or for disaster recovery."
Strictly speaking, you should be doing stress / performances testing on the
version of BizTalk that you will use in production:
Standard, Partner or Enterprise.
Unfortunately, you do not describe your configuration (how much memory, proc
essors, operating system version ...) and you
do not also explain how messages are sent to your orchestration, how complex
your orchestration is, how your application is designed ...
It is going to be hard to suggest possible ways to improve your application'
s throughput.
Are you by any chance testing under Windows XP and sending messages using HT
TP?
As you know, Windows XP has a limitation of 10 simultaneous HTTP connections
and this might be limiting you.
Are you running SQL Server on the same machine? If so, remember that SQL, by
default, will try to consume as much memory as possible
on the server to satisfy requests as fast as it can and this will indeed red
uce BizTalk's performances since BizTalk needs memory as well.
Thanks.
-Gilles.
[ Post a follow-up to this message ]
|