We are on CF 9 Enterprise Server mode installation on Window 2003 32 bit
systems. I have known this 25 simultaneous requests only limitation for
sometime now but havent done anything. Has anyone tried to change
maxworkthreads as per instructions below? Are there any issues to be
worried of? I plan to change CF admins simultaneous request setting to 50
and maxworkerthreads=50 in the jrun_iis6_wildcard.ini file

http://blogs.adobe.com/cfdoc/2009/12/iis_6_for_coldfusion_9_increasing_the_number_of_worker_threads.html

In my case, we have like 10 sites on this box, but
C:\ColdFusion9\runtime\lib\wsconfig has 1 folder like this
C:\ColdFusion9\runtime\lib\wsconfig\1 and my jrun_iis6_wildcard.ini entries
as
verbose=false
Buffer=true
serverstore=C:/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store
bootstrap=127.0.0.1:51800
apialloc=false
#errorurl=url <optionally redirect to this URL on errors>
#proxyretryinterval=600 <number of seconds to wait before trying to
reconnect to unreachable clustered server>
#connecttimeout=15 <number of seconds to wait on a socket connect to a jrun
server>
#recvtimeout=300 <number of seconds to wait on a socket receive to a jrun
server>
#sendtimeout=15 <number of seconds to wait on a socket send to a jrun
server>
#maxworkerthreads=25 <number of worker threads created for asynchronous
request processing>

So, do I just change it to this, i.e. remove # comment and also the text
starting from < and >, and make maxworkerthreads=50

verbose=false
Buffer=true
serverstore=C:/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store
bootstrap=127.0.0.1:51800
apialloc=false
#errorurl=url <optionally redirect to this URL on errors>
#proxyretryinterval=600 <number of seconds to wait before trying to
reconnect to unreachable clustered server>
#connecttimeout=15 <number of seconds to wait on a socket connect to a jrun
server>
#recvtimeout=300 <number of seconds to wait on a socket receive to a jrun
server>
#sendtimeout=15 <number of seconds to wait on a socket send to a jrun
server>
maxworkerthreads=50

Any suggestions?

<Ajas Mohammed />
http://ajashadi.blogspot.com
We cannot become what we need to be, remaining what we are.
No matter what, find a way. Because thats what winners do.
You can't improve what you don't measure.
Quality is never an accident; it is always the result of high intention,
sincere effort, intelligent direction and skillful execution; it represents
the wise choice of many alternatives.

Reply via email to