Results 1 to 4 of 4

Thread: Why it is Loading Slowly..?

  1. #1

    Thread Starter
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446

    Why it is Loading Slowly..?

    hi
    When i ran my aspx file it is loading slowly in first time and second time it will wok very fast. It is nice. But When i restart my system angain the page is loading like a first time compile mode. so totally hole my application will be running slowly i think it is recompiling.

    any solution..?
    prasad

  2. #2
    Hyperactive Member SoftwareMaker's Avatar
    Join Date
    Mar 2001
    Location
    Elbonia with Dilbert and Wally
    Posts
    322
    That is just the compilation pattern of .NET where everything is Just-In-Time (JIT) compiled. It only compiles whatever you need at that time and then commit it in memory. In this sense, its faster....AND it is.
    William T
    Software Architect / Chief Software Developer
    Softwaremaker.Net Pte Ltd
    http://www.Softwaremaker.net

    *** Things are always the darkest before they go pitch black ***

  3. #3

    Thread Starter
    Hyperactive Member buddu's Avatar
    Join Date
    Jul 2001
    Location
    India
    Posts
    446
    thanks for reply,

    But what is the advantage if it is running for JIT..?
    One more doubt. If 6 users are using my .aspx file will it be compile for 6 times are one time (first user) has compiled and executing slowly for firs user.?
    prasad

  4. #4
    Hyperactive Member SoftwareMaker's Avatar
    Join Date
    Mar 2001
    Location
    Elbonia with Dilbert and Wally
    Posts
    322
    One time then it stays in memory
    William T
    Software Architect / Chief Software Developer
    Softwaremaker.Net Pte Ltd
    http://www.Softwaremaker.net

    *** Things are always the darkest before they go pitch black ***

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width