Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Slow slow Code Project

Slow slow Code Project

Scheduled Pinned Locked Moved The Lounge
comquestion
32 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jubilex
    wrote on last edited by
    #1

    Wow, this is such a cool site, but I get very very long response times. I can see that others have had the same problems, but apparently solved them somehow. I am on a 100 Mbit line to the internet (downloading with 5 MB/sec from www.microsoft.com, nice!). Are there anything I can to? I tried both Firefox and IE and both are slow. Most of the time it takes approx. 30-60 seconds for each page. Borders on unusable. :( best regards Søren Thulesen

    T D 2 Replies Last reply
    0
    • J jubilex

      Wow, this is such a cool site, but I get very very long response times. I can see that others have had the same problems, but apparently solved them somehow. I am on a 100 Mbit line to the internet (downloading with 5 MB/sec from www.microsoft.com, nice!). Are there anything I can to? I tried both Firefox and IE and both are slow. Most of the time it takes approx. 30-60 seconds for each page. Borders on unusable. :( best regards Søren Thulesen

      T Offline
      T Offline
      Tomaz Stih 0
      wrote on last edited by
      #2

      Indeed. Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one. :-D Tomaz

      C M A 3 Replies Last reply
      0
      • J jubilex

        Wow, this is such a cool site, but I get very very long response times. I can see that others have had the same problems, but apparently solved them somehow. I am on a 100 Mbit line to the internet (downloading with 5 MB/sec from www.microsoft.com, nice!). Are there anything I can to? I tried both Firefox and IE and both are slow. Most of the time it takes approx. 30-60 seconds for each page. Borders on unusable. :( best regards Søren Thulesen

        D Offline
        D Offline
        David Cunningham
        wrote on last edited by
        #3

        jubilex wrote: Wow, this is such a cool site Thanks! It's nice to hear that and with the litany of perf troubles we've had there's been a real shortage of good vibe. jubilex wrote: can see that others have had the same problems, but apparently solved them somehow Well, they haven't really. The troubles are continuing. Here's a couple of things you can try: The site works reasonably well before 6am EST and after 3pm EST, until we get our problems ironed out, you will be happier if you visit us outside of these times. Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. It's hard to explain but the load is not being evenly split between servers, and so some of the servers are overloaded at times, and others have lots of capacity. We have a number of things underway to improve CodeProject's performance, including new hardware, a caged hosting space (I think we're at something like 14 servers and have exhausted the realestate on our rack), and some optimization of site's code where we can eek out improvements. Many thanks for your patience. We're working hard on the perf problems and we should all see some progress very soon. David

        H A L D J 5 Replies Last reply
        0
        • T Tomaz Stih 0

          Indeed. Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one. :-D Tomaz

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          Tomaž Štih wrote: Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one Comparing Linux and ASP is like comparing Apples and oranges. Apples and Oranges may both be fruit just as Linux and ASP are software but they are built to acomplish different things. Anyway, as you should know, CP are in the process of rewriting the site to use ASP.NET.


          "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

          L A 2 Replies Last reply
          0
          • D David Cunningham

            jubilex wrote: Wow, this is such a cool site Thanks! It's nice to hear that and with the litany of perf troubles we've had there's been a real shortage of good vibe. jubilex wrote: can see that others have had the same problems, but apparently solved them somehow Well, they haven't really. The troubles are continuing. Here's a couple of things you can try: The site works reasonably well before 6am EST and after 3pm EST, until we get our problems ironed out, you will be happier if you visit us outside of these times. Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. It's hard to explain but the load is not being evenly split between servers, and so some of the servers are overloaded at times, and others have lots of capacity. We have a number of things underway to improve CodeProject's performance, including new hardware, a caged hosting space (I think we're at something like 14 servers and have exhausted the realestate on our rack), and some optimization of site's code where we can eek out improvements. Many thanks for your patience. We're working hard on the perf problems and we should all see some progress very soon. David

            H Offline
            H Offline
            Heath Stewart
            wrote on last edited by
            #5

            David Cunningham wrote: Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. There's one problem with this approach. Last time I checked, after posting a reply to a message the ASP script redirects back to the message (assumingly so that refreshing doesn't re-post the reply or result in error) using an absolute URL with scheme and host information included as http://www.codeproject.com. If this was fixed, using a particular server would work as expected.

            Microsoft MVP, Visual C# My Articles

            1 Reply Last reply
            0
            • D David Cunningham

              jubilex wrote: Wow, this is such a cool site Thanks! It's nice to hear that and with the litany of perf troubles we've had there's been a real shortage of good vibe. jubilex wrote: can see that others have had the same problems, but apparently solved them somehow Well, they haven't really. The troubles are continuing. Here's a couple of things you can try: The site works reasonably well before 6am EST and after 3pm EST, until we get our problems ironed out, you will be happier if you visit us outside of these times. Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. It's hard to explain but the load is not being evenly split between servers, and so some of the servers are overloaded at times, and others have lots of capacity. We have a number of things underway to improve CodeProject's performance, including new hardware, a caged hosting space (I think we're at something like 14 servers and have exhausted the realestate on our rack), and some optimization of site's code where we can eek out improvements. Many thanks for your patience. We're working hard on the perf problems and we should all see some progress very soon. David

              A Offline
              A Offline
              Andy Brummer
              wrote on last edited by
              #6

              You might want to suggest that people pick some way to generate a random starting server, or web1 is always going to be hammered. I'm not sure what your router configuration is like, but depending on the configuration, using an alternate URL like switching between thecodeproject and codeproject might have the same effect while allowing the router to choose a random or least loaded server again, depending on the router abilities and configuration.


              I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

              1 Reply Last reply
              0
              • T Tomaz Stih 0

                Indeed. Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one. :-D Tomaz

                M Offline
                M Offline
                Matt Newman
                wrote on last edited by
                #7

                Tomaž Štih wrote: Anyone at CP considered Linux as alternative Not actually being on the CP staff I can't say for sure, but I'm pretty sure the answer is no. More over switching to linux wouldn't even help because linux doesn't create bandwidth. Tomaž Štih wrote: It's obvious that ASP can't handle large site like this one. You think PHP could handle it better? I don't think so. Matt Newman
                What is your malfunction? - Dangeresque, too?

                J A 2 Replies Last reply
                0
                • C Colin Angus Mackay

                  Tomaž Štih wrote: Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one Comparing Linux and ASP is like comparing Apples and oranges. Apples and Oranges may both be fruit just as Linux and ASP are software but they are built to acomplish different things. Anyway, as you should know, CP are in the process of rewriting the site to use ASP.NET.


                  "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  Colin Angus Mackay wrote: Comparing Linux and ASP is like comparing Apples and oranges. Apples and Oranges may both be software just as Linux and ASP are software but they are built to acomlish different things. You do realise that Tomaz was taking the piss with his reply about Linux to the original poster? Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So i had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

                  1 Reply Last reply
                  0
                  • T Tomaz Stih 0

                    Indeed. Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one. :-D Tomaz

                    A Offline
                    A Offline
                    Andy Brummer
                    wrote on last edited by
                    #9

                    Anyone at CP considered Linux as alternative. It's obvious that ASP can't handle large site like this one Good one!!!;P


                    I can imagine the sinking feeling one would have after ordering my book, only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

                    1 Reply Last reply
                    0
                    • D David Cunningham

                      jubilex wrote: Wow, this is such a cool site Thanks! It's nice to hear that and with the litany of perf troubles we've had there's been a real shortage of good vibe. jubilex wrote: can see that others have had the same problems, but apparently solved them somehow Well, they haven't really. The troubles are continuing. Here's a couple of things you can try: The site works reasonably well before 6am EST and after 3pm EST, until we get our problems ironed out, you will be happier if you visit us outside of these times. Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. It's hard to explain but the load is not being evenly split between servers, and so some of the servers are overloaded at times, and others have lots of capacity. We have a number of things underway to improve CodeProject's performance, including new hardware, a caged hosting space (I think we're at something like 14 servers and have exhausted the realestate on our rack), and some optimization of site's code where we can eek out improvements. Many thanks for your patience. We're working hard on the perf problems and we should all see some progress very soon. David

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #10

                      David, I for one appreciate the effort the team are putting in ! I plan on trying to persuade the supplier to do black t shirts, white isn't my colour :suss: Elaine (fashion snob fluffy tigress) The tigress is here :-D

                      P 1 Reply Last reply
                      0
                      • D David Cunningham

                        jubilex wrote: Wow, this is such a cool site Thanks! It's nice to hear that and with the litany of perf troubles we've had there's been a real shortage of good vibe. jubilex wrote: can see that others have had the same problems, but apparently solved them somehow Well, they haven't really. The troubles are continuing. Here's a couple of things you can try: The site works reasonably well before 6am EST and after 3pm EST, until we get our problems ironed out, you will be happier if you visit us outside of these times. Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. It's hard to explain but the load is not being evenly split between servers, and so some of the servers are overloaded at times, and others have lots of capacity. We have a number of things underway to improve CodeProject's performance, including new hardware, a caged hosting space (I think we're at something like 14 servers and have exhausted the realestate on our rack), and some optimization of site's code where we can eek out improvements. Many thanks for your patience. We're working hard on the perf problems and we should all see some progress very soon. David

                        D Offline
                        D Offline
                        Dean Michaud
                        wrote on last edited by
                        #11

                        David Cunningham wrote: there's been a real shortage of good vibe Sadly, 'good vibe' usually manifests itself through people's silence. I am sure that most of us that do regularly visit TCP have nothing but good vibes for this place. :) I can almost feel the pain and strain of the webservers... I am one that's cheering on the sidelines - keep up the good work! : Dean 'Karnatos' Michaud

                        1 Reply Last reply
                        0
                        • D David Cunningham

                          jubilex wrote: Wow, this is such a cool site Thanks! It's nice to hear that and with the litany of perf troubles we've had there's been a real shortage of good vibe. jubilex wrote: can see that others have had the same problems, but apparently solved them somehow Well, they haven't really. The troubles are continuing. Here's a couple of things you can try: The site works reasonably well before 6am EST and after 3pm EST, until we get our problems ironed out, you will be happier if you visit us outside of these times. Also, we've made each of our web servers individually addressable. rather than hitting www.codeproject.com, you might try web1.codeproject.com through web6.codeproject.com. It's hard to explain but the load is not being evenly split between servers, and so some of the servers are overloaded at times, and others have lots of capacity. We have a number of things underway to improve CodeProject's performance, including new hardware, a caged hosting space (I think we're at something like 14 servers and have exhausted the realestate on our rack), and some optimization of site's code where we can eek out improvements. Many thanks for your patience. We're working hard on the perf problems and we should all see some progress very soon. David

                          J Offline
                          J Offline
                          Joel Holdsworth
                          wrote on last edited by
                          #12

                          I'm curious... do you think that slowly phasing the site into ASP.Net would help? Joel Holdsworth

                          D 1 Reply Last reply
                          0
                          • J Joel Holdsworth

                            I'm curious... do you think that slowly phasing the site into ASP.Net would help? Joel Holdsworth

                            D Offline
                            D Offline
                            David Cunningham
                            wrote on last edited by
                            #13

                            Joel Holdsworth wrote: I'm curious... do you think that slowly phasing the site into ASP.Net would help? The site re-write in ASP.NET is very near code complete, and we're all waiting for the time when we can deploy it. We have a boatload of testing (functional, load, perf, etc.) to do before that happens though, and we need to stay focused on fixing what's currently broken. David

                            J J 2 Replies Last reply
                            0
                            • D David Cunningham

                              Joel Holdsworth wrote: I'm curious... do you think that slowly phasing the site into ASP.Net would help? The site re-write in ASP.NET is very near code complete, and we're all waiting for the time when we can deploy it. We have a boatload of testing (functional, load, perf, etc.) to do before that happens though, and we need to stay focused on fixing what's currently broken. David

                              J Offline
                              J Offline
                              Joel Holdsworth
                              wrote on last edited by
                              #14

                              Cool! I'm glad to hear that. So do you have any idea how much faster it will make things? Joel Holdsworth

                              D 1 Reply Last reply
                              0
                              • J Joel Holdsworth

                                Cool! I'm glad to hear that. So do you have any idea how much faster it will make things? Joel Holdsworth

                                D Offline
                                D Offline
                                David Cunningham
                                wrote on last edited by
                                #15

                                Joel Holdsworth wrote: So do you have any idea how much faster it will make things? We're shooting for 88 mph ;-) David

                                M P 2 Replies Last reply
                                0
                                • M Matt Newman

                                  Tomaž Štih wrote: Anyone at CP considered Linux as alternative Not actually being on the CP staff I can't say for sure, but I'm pretty sure the answer is no. More over switching to linux wouldn't even help because linux doesn't create bandwidth. Tomaž Štih wrote: It's obvious that ASP can't handle large site like this one. You think PHP could handle it better? I don't think so. Matt Newman
                                  What is your malfunction? - Dangeresque, too?

                                  J Offline
                                  J Offline
                                  Jeremy Falcon
                                  wrote on last edited by
                                  #16

                                  From Matt Newman: More over switching to linux wouldn't even help because linux doesn't create bandwidth. Actually, its TCP/IP stack is implemented much better than on Windows (not the best in the world though) which allows for a higher throughput of existing bandwidth. Jeremy Falcon

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    David, I for one appreciate the effort the team are putting in ! I plan on trying to persuade the supplier to do black t shirts, white isn't my colour :suss: Elaine (fashion snob fluffy tigress) The tigress is here :-D

                                    P Offline
                                    P Offline
                                    peterchen
                                    wrote on last edited by
                                    #17

                                    Trollslayer wrote: I plan on trying to persuade the supplier to do black t shirts, white isn't my colour this sentence makes no sense. Statement retracted for inability to read


                                    we are here to help each other get through this thing, whatever it is Vonnegut jr.
                                    sighist || Agile Programming | doxygen

                                    I A 2 Replies Last reply
                                    0
                                    • D David Cunningham

                                      Joel Holdsworth wrote: So do you have any idea how much faster it will make things? We're shooting for 88 mph ;-) David

                                      M Offline
                                      M Offline
                                      Michael P Butler
                                      wrote on last edited by
                                      #18

                                      David Cunningham wrote: We're shooting for 88 mph but is the clock set for 1955 or 2015 ... or even 1885. I'll keep an eye out on the news for any missing plutonium... unless of course you've got a Mr Fusion already? ... cue Huey Lewis... :-D Michael CP Blog [^]

                                      J 1 Reply Last reply
                                      0
                                      • D David Cunningham

                                        Joel Holdsworth wrote: So do you have any idea how much faster it will make things? We're shooting for 88 mph ;-) David

                                        P Offline
                                        P Offline
                                        peterchen
                                        wrote on last edited by
                                        #19

                                        royal or US miles?


                                        we are here to help each other get through this thing, whatever it is Vonnegut jr.
                                        sighist || Agile Programming | doxygen

                                        J 1 Reply Last reply
                                        0
                                        • P peterchen

                                          Trollslayer wrote: I plan on trying to persuade the supplier to do black t shirts, white isn't my colour this sentence makes no sense. Statement retracted for inability to read


                                          we are here to help each other get through this thing, whatever it is Vonnegut jr.
                                          sighist || Agile Programming | doxygen

                                          I Offline
                                          I Offline
                                          Iain Clarke Warrior Programmer
                                          wrote on last edited by
                                          #20

                                          peterchen wrote: this sentence makes no sense. Makes sense to me. A number of people here have expressed a preference for a black codeproject t-shirt rather than a white one. Personally, I'd love a black Polo shirt, but that's me. Black is slimming too, but I wouldn't dream of suggesting that's why Elaine wants one, else she'll treat me like a troll and set tigger on me... Iain.

                                          L P 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups