I remember reading somewhere in a RedDot doc that a single server
normally reaches capacity when the page instances approach 12K. But I
do not remeber where I came across with it.
But that does nto really matter anyway, you've suceeded in putting 21K.
Other than going for the clustering option, the only thing I can think
of to speed things up would be as follows:
1) Beef up the RAM on the machine.
2)If you have lists that contain more than 500 pages attached to a
single one, you do need to break it down into s few separate lists.
Lists with large numbers derived pages are the usual suspects in
slowing things down.
Henry Lu
--
Henry Lu
e-mail: java...@gmail.com
c: 201-925-1508
aim: clutchbyte
msm: hulu88
yahoo: surfingpal
googleTalk: ego...@gmail.com
We've been having speed issues here and our projects are no-where near
that big. One of the things we did to improve performance was, within
smartEdit and preview views only, bring all the css and js files inline
rather than separate files. This reduces the number of items reddot has
to pick up each time you look at a page.
This won't solve your main problem though ;)
Paul
Thanks!
Kelly
kellybu...@gmail.com
--------------------------------------------------------
UCB Celltech is the UK branch of UCB Pharma S.A., a company registered in Belgium with registered offices at Allee de la Recherche 60, 1070 Brussels, Belgium, KBO/BCE nr. 0403.096.168, RPR/RPM Brussels.
UCB Celltech's UK branch registration number is BR009137 and its UK representative office is at 208 Bath Road, Slough, Berkshire SL1 3WE.
--------------------------------------------------------
Legal Notice: This electronic mail and its attachments are intended solely for the person(s) to whom they are addressed and contain information which is confidential or otherwise protected from disclosure, except for the purpose for which they are intended. Dissemination, distribution, or reproduction by anyone other than the intended recipients is prohibited and may be illegal. If you are not an intended recipient, please immediately inform the sender and return the electronic mail and its attachments and destroy any copies which may be in your possession. UCB screens electronic mails for viruses but does not warrant that this electronic mail is free of any viruses. UCB accepts no liability for any damage caused by any virus transmitted by this electronic mail. (Ref: #*CUK0308)
--------------------------------------------------------
Good one. Talking about splitting a project into many, RedDot CMS actually
comes with cap on the number of "live" projects one server can have.
Do you happen to know how that works? When one reaches the limit, can one go
to RedDot and ask to lift that cap?
Henry Lu