windows - Coldfusion CFC creation timeouts -


after searching no end, countless hours of trial , error different settings, i've come empty on why server performing slowly.

here basics. i've switched hosting local server (cf8 running on ubuntu) better equipped hosting company (cf10 running on windows server 2008). both servers ran xeon processors. old linux server ran on 8gb ram. windows running on 9gb. both running 64-bit. problem having on simple task: initial cfc creation.

i have custom created cms, runs 2 sets of cfc (application , session scoped) general public, application scope cfc's created, , when user logs site, additional session scoped cfc's created (anywhere 8 - 16 depending on number of modules site contains).

on linux box worked great, fast no issues. however, since switching windows server , cf10, creation process has become dreadful. when go log site, authentication done, , cfc's created. when first log site, process can take anywhere 15 - 50 seconds. when log out, session scope variables killed. if log in 2nd time, within short period of time, login time runs 1 - 5 seconds depending on server load.

my initial thinking it's memory allocation issue, i'm running out of ideas. have of following specs

  • jvm - 1.7.0_40
  • jvm heap size 1280
  • permsize 256m
  • simultaneous request limit 100
  • cfc request limit 60
  • cfthread pool size 50
  • trusted cache off

i've set worker threads in iis have 5 per application. each worker process runs @ 12,000k.

if help, appreciated.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -