Connecting Tech Pros Worldwide Forums | Help | Site Map

Localhost server suggestion for learning/testing AJAX??

Dave Boland
Guest
 
Posts: n/a
#1: Sep 17 '08
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
Guest
 
Posts: n/a
#2: Sep 17 '08

re: Localhost server suggestion for learning/testing AJAX??


Dave Boland <dboland9@fastmail.fmwrites:
Quote:
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/
Ivan Marsh
Guest
 
Posts: n/a
#3: Sep 17 '08

re: Localhost server suggestion for learning/testing AJAX??


On Wed, 17 Sep 2008 15:46:08 -0400, Dave Boland wrote:
Quote:
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.

dhtml
Guest
 
Posts: n/a
#4: Sep 18 '08

re: Localhost server suggestion for learning/testing AJAX??


Joost Diepenmaat wrote:
Quote:
Dave Boland <dboland9@fastmail.fmwrites:
>
Quote:
>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.


optimistx
Guest
 
Posts: n/a
#5: Sep 18 '08

re: Localhost server suggestion for learning/testing AJAX??


Dave Boland wrote:
....
Quote:
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'?


Dave Boland
Guest
 
Posts: n/a
#6: Sep 18 '08

re: Localhost server suggestion for learning/testing AJAX??


optimistx wrote:
Quote:
Dave Boland wrote:
...
>
Quote:
>>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,
Joe Butler
Guest
 
Posts: n/a
#7: Sep 18 '08

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@fastmail.fmwrote in message
news:gatcbb$m44$1@registered.motzarella.org...
Quote:
optimistx wrote:
Quote:
>Dave Boland wrote:
>...
>>
Quote:
>>>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,

Closed Thread