Quote:
|
Originally Posted by The Incredible
does it means dat it makes da server down or does it takes lots of resources from da system while working.
|
It will make your system crawl on knees (or maybe crawl on stomach ) if it has anything less than 512 MB RAM and the site is frequently visited.
We have a PowerPC server with dual processor configuration. It too used to crawl randomly all of a sudden.. We recompiled the kernel, increased swap to 4GB .. upgraded its RAM to 2GB and what not..
The problem was traced to Python's limitation, called GIL - Global Interpreter Lock, wherein python only uses one processor for interpreting. and gets screwed by two CPUs.. This phenomenon occurs only on Dual CPU servers. And considering the fact that most of the medium and high end servers available have Dual CPU only.
Conclusion: Plone is extremely good looking and user friendly, only that your server should be best of the line.