Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Slow loading

    I have a small ASP/MS Access app that was developed on a laptop (P4 1.6
    w.256 MB RAM). On the notebook the database access times are about 2-7
    seconds for a custom report. The same report page executed on teh server
    (IIS 5) takes upwards of 30 seconds. The server is a Dual P4 Xeon, 2GB
    RAM. The only thing that changes is the connection string. Both have the
    latest MDAC, and Jet engine.

    Any ideas?
    just1coder@yahoo.ca Guest

  2. Similar Questions and Discussions

    1. Slow loading pictures
      I have some pictures on my website that load very slow. In fact even the very small pictures load slow. I don't think this is a hosting issue. I...
    2. AVI clips loading too slow...help!!!!
      hello, i've created a project with four short avi clips linked to it, and all the clips just load way too slow compared to the project i did with...
    3. Slow-loading .swf
      Hello everyone, I created a .swf file and tried to put it into a web page, but it never loads. It starts, goes for a while and then freezes. .swf...
    4. ASP loading too slow
      in what condition will lead the the ASP page run too slowing... thx
    5. slow loading web site
      Yes it is the reason. Using - File, Export as web page - Pub 2002 writes what MS has coined "filtered html". Using - File, Save as, Web page - Pub...
  3. #2

    Default Re: Slow loading

    <<
    I have a small ASP/MS Access app that was developed on a laptop (P4 1.6
    w.256 MB RAM). On the notebook the database access times are about 2-7
    seconds for a custom report. The same report page executed on the server
    (IIS 5) takes upwards of 30 seconds. The server is a Dual P4 Xeon, 2GB
    RAM. The only thing that changes is the connection string. Both have the
    latest MDAC, and Jet engine.
    >>
    Are you sure you're not counting the time to actually download the page
    perhaps via a slow connection?

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt Guest

  4. #3

    Default Re: Slow loading

    The more I think about it ... the more it seems more of a network
    latency issue, not a problem with the prog. Sorry to bother :)
    Bullschmidt wrote:
    > <<
    > I have a small ASP/MS Access app that was developed on a laptop (P4 1.6
    > w.256 MB RAM). On the notebook the database access times are about 2-7
    > seconds for a custom report. The same report page executed on the server
    > (IIS 5) takes upwards of 30 seconds. The server is a Dual P4 Xeon, 2GB
    > RAM. The only thing that changes is the connection string. Both have the
    > latest MDAC, and Jet engine.
    >
    >
    > Are you sure you're not counting the time to actually download the page
    > perhaps via a slow connection?
    >
    > Best regards,
    > J. Paul Schmidt, Freelance ASP Web Developer
    > [url]http://www.Bullschmidt.com[/url]
    > Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!
    just1coder@yahoo.ca Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139