A BIG AND UNIQUE PROBLEM

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
mahabir
Forum Newbie
Posts: 2
Joined: Wed Mar 31, 2010 2:11 pm

A BIG AND UNIQUE PROBLEM

Post by mahabir »

Hello All,
I am writing here to find a solution to a big concern. I have my application and since its an interactive one so most part of it is built on "AJAX". However, I observed a strange behavior. When it was programmed and tested on the production server (LAMP) it was really working nice. Later as we changed it to a more powerful dedicated LAMP server all the pages which are using AJAX are either loading slow or taking forever.

There is no load on server, no load on memory ..no processes consuming high resource..however, when I am hung at one browsers I can not access other parts of the website on the similar browser; i can run the website in some other browsers at the same time with better speed.

Please suggest me on what to do. If the website is running on another less powerful server with similar coding why can not it work on more powerful server. The settings on both the servers are almsot alike. If I want to put special attention to some settings to work in such demanding AJAX environement please feel free to suggest.

Thanks in Advance,
Mahabir
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: A BIG AND UNIQUE PROBLEM

Post by Christopher »

Please use descriptive titles. All problems are "big and unique" to the person having them.

You have not told us anything about the PHP and SQL that servers these "Ajax calls". Please provide some specifics.
(#10850)
mahabir
Forum Newbie
Posts: 2
Joined: Wed Mar 31, 2010 2:11 pm

Re: A BIG AND UNIQUE PROBLEM

Post by mahabir »

Hello Christopher,
Thanks for taking interest to the post.

Below are the system specs that my application requires and are also available in both of my servers.

PHP 5.x+
MySQL 5.x+
Cent OS
Apache

RAM - 4GB Quad Core
Bandwidth - 2000GB

I guess you will require the apache modules installed on the server! right?

Apart from this if you need anything else please hit me.
Post Reply