Server Side vs Php Request from Site!

Can some one give me the readers digest version of the difference?  As a example the sitemap can't be launched from a site admin request without timing out but if done server side runs perfectly.  It seems obvious that it must have to be about the bandwidth request going back and forth versus just dealing with the ram and the processor?

Is that basically it?

Any article that explains the difference...

Csampson
Quote · 3 Aug 2014

I do not think it is about the bandwidth, but more so your php.ini settings. From client-side, there is a timeout for scripts. If it takes longer than the allotted time, it stops. But with server side, the php.ini settings do not take affect, as you are not trying to run a script using the website. I do not know if this idea is accurate, but my understanding of it.

http://www.codeconquest.com/website/client-side-vs-server-side/

http://www.seguetech.com/blog/2013/05/01/client-side-server-side-code-difference

caredesign.net
Quote · 3 Aug 2014

Thank you so much that helps turn on the lights in a dark room of thoughts...

Csampson
Quote · 3 Aug 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.