Yes, you absolutely need that on CF9 with IIS. It's as simple as it says. Note that you do have to restart IIS (can't recall if you have to restart CF, too.)
As for the other threads this week, I've been meaning to answer them but none were one-sentence answers, so I got bogged down. Will get to them eventually. /charlie From: [email protected] [mailto:[email protected]] On Behalf Of Ajas Mohammed Sent: Friday, December 09, 2011 1:04 PM To: [email protected] Subject: [ACFUG Discuss] CF9 IIS Bug Simultaneous Requests only 25 - Increasing the Number of Worker Threads 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_n umber_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. ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
