Localhost server suggestion for learning/testing AJAX??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Boland

    Localhost server suggestion for learning/testing AJAX??

    I'm in the process of learning the finer points of AJAX to do some
    really cool things, but I need a way to try code. I don't want to pay
    for a server that supports php and mySQL for learning, so I looked at
    XAMPP. XAMPP doesn't have a lot of documentation and running mySQL
    really slowed the Windows computer (required O.S. -- sorry!) Any
    other suggestions for a simple localhost? I don't need FTP, SSL, etc.

    Thanks,
    Dave
  • Joost Diepenmaat

    #2
    Re: Localhost server suggestion for learning/testing AJAX??

    Dave Boland <dboland9@fastm ail.fmwrites:
    I'm in the process of learning the finer points of AJAX to do some
    really cool things, but I need a way to try code. I don't want to pay
    for a server that supports php and mySQL for learning, so I looked at
    XAMPP. XAMPP doesn't have a lot of documentation and running mySQL
    really slowed the Windows computer (required O.S. -- sorry!) Any
    other suggestions for a simple localhost? I don't need FTP, SSL, etc.
    If mysql is slowing the server down, AND you want to run mysql, you'll
    may just have to learn to live with it.

    You might consider using some other database server. Sqlite may be
    useful, depending on what servers-side language you want to use. It
    should work with XAMMP.

    --
    Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/

    Comment

    • Ivan Marsh

      #3
      Re: Localhost server suggestion for learning/testing AJAX??

      On Wed, 17 Sep 2008 15:46:08 -0400, Dave Boland wrote:
      I'm in the process of learning the finer points of AJAX to do some
      really cool things, but I need a way to try code. I don't want to pay
      for a server that supports php and mySQL for learning, so I looked at
      XAMPP. XAMPP doesn't have a lot of documentation and running mySQL
      really slowed the Windows computer (required O.S. -- sorry!) Any other
      suggestions for a simple localhost? I don't need FTP, SSL, etc.
      Turn off the MySQL service when you're not using it to test apps.

      --
      I told you this was going to happen.

      Comment

      • dhtml

        #4
        Re: Localhost server suggestion for learning/testing AJAX??

        Joost Diepenmaat wrote:
        Dave Boland <dboland9@fastm ail.fmwrites:
        >
        >I'm in the process of learning the finer points of AJAX to do some
        >really cool things, but I need a way to try code. I don't want to pay
        >for a server that supports php and mySQL for learning, so I looked at
        >XAMPP. XAMPP doesn't have a lot of documentation and running mySQL
        >really slowed the Windows computer (required O.S. -- sorry!) Any
        >other suggestions for a simple localhost? I don't need FTP, SSL, etc.
        >
        Yes, PHP is very easy to set up on localhost.

        Or you could install Tomcat and use JSP. There's even an installer to
        run Tomcat as a service. Very easy to install.

        PHP is fine for simple testing, but as a language PHP sucks.


        Comment

        • optimistx

          #5
          Re: Localhost server suggestion for learning/testing AJAX??

          Dave Boland wrote:
          ....
          XAMPP doesn't have a lot of documentation and running mySQL
          really slowed the Windows computer (required O.S. -- sorry!) Any
          other suggestions for a simple localhost? I don't need FTP, SSL, etc.
          >
          Thanks,
          Dave
          I have been using php, mySQL even in very old 0.8 GHz
          computers with 256 M RAM for testing and I am constantly astonished
          of the high speed of the system. Something strange in your settings? Or
          what is 'really slow'?


          Comment

          • Dave Boland

            #6
            Re: Localhost server suggestion for learning/testing AJAX??

            optimistx wrote:
            Dave Boland wrote:
            ...
            >
            >>XAMPP doesn't have a lot of documentation and running mySQL
            >>really slowed the Windows computer (required O.S. -- sorry!) Any
            >>other suggestions for a simple localhost? I don't need FTP, SSL, etc.
            >>
            >>Thanks,
            >>Dave
            >
            >
            I have been using php, mySQL even in very old 0.8 GHz
            computers with 256 M RAM for testing and I am constantly astonished
            of the high speed of the system. Something strange in your settings? Or
            what is 'really slow'?
            >
            >
            It is a stock XAMPP installation. When MySQL is started the cursor
            flickers and response to either mouse of keyboard is extremely slow.
            After about 10 minutes I get the dreaded blue screen of death. The
            processor is 1.8 GHz, 256 MB RAM, so power should be there. I looked
            at the FAQ, but didn't see anything that applied.

            Dave,

            Comment

            • Joe Butler

              #7
              Re: Localhost server suggestion for learning/testing AJAX??

              If you are using Windows 9x, as your message headers seem to suggest, then
              it might be worthwhile to switch to XP instead. This is rock solid and you
              shouldn't expect any crashes or bluescreens unless you are have dodgy
              drivers or faulty hardware or stressing things by overclocking, etc.

              Is there are setting in the XAMPP installation that allows you to set the
              priority that it runs at? If there is, make sure it's set to normal.

              What is the processor usage when you run XAMPP?
              What else is running at the same time?

              And, don't appologise for running Windows.

              "Dave Boland" <dboland9@fastm ail.fmwrote in message
              news:gatcbb$m44 $1@registered.m otzarella.org.. .
              optimistx wrote:
              >Dave Boland wrote:
              >...
              >>
              >>>XAMPP doesn't have a lot of documentation and running mySQL
              >>>really slowed the Windows computer (required O.S. -- sorry!) Any
              >>>other suggestions for a simple localhost? I don't need FTP, SSL, etc.
              >>>
              >>>Thanks,
              >>>Dave
              >>
              >>
              >I have been using php, mySQL even in very old 0.8 GHz
              >computers with 256 M RAM for testing and I am constantly astonished
              >of the high speed of the system. Something strange in your settings? Or
              >what is 'really slow'?
              >>
              >>
              >
              It is a stock XAMPP installation. When MySQL is started the cursor
              flickers and response to either mouse of keyboard is extremely slow. After
              about 10 minutes I get the dreaded blue screen of death. The processor is
              1.8 GHz, 256 MB RAM, so power should be there. I looked at the FAQ, but
              didn't see anything that applied.
              >
              Dave,

              Comment

              Working...