6

Hy, does anyone worked with N2 Content Management System(http://www.codeplex.com/n2). If yes, how does it perform, performance wise(under heavy load)? It seems pretty simple and easy to use.

Adrian

Gordon Gustafson
  • 40,133
  • 25
  • 115
  • 157
Adrian Magdas
  • 613
  • 1
  • 8
  • 16

5 Answers5

3

Maybe try this question at http://www.codeplex.com/n2/Thread/List.aspx

They might be able to tell you about performance limitations or bottlenecks.

Leon Bambrick
  • 26,009
  • 9
  • 51
  • 75
  • I have first-hand statement from a Dutch company that built N2-based webshop with 15.000+ registered users. I guess that tells enough. – Dejan Milicic May 18 '10 at 21:48
1

http://whocanhelpme.codeplex.com/ and http://www.fancydressoutfitters.co.uk/ are n2cms based.

Read more on James Broome's blog http://jamesbroo.me/integrating-n2cms-into-who-can-help-me/

Martin Meixger
  • 2,547
  • 24
  • 26
1

We've built numerous sites in N2 and we love it.

Many of these sites have in excess of 20,000 users accessing on a daily basis. We've also load tested up to 50,000 users with no problems.

It's running on fairly modest hardware - one web server, one db server.

With caching enabled it is extremly fast, as the database hardly gets hit!

BigJump
  • 15,561
  • 3
  • 31
  • 29
0

I tried it and it looked promising at first but quickly had issues actually deploying it to a Medium Trust host.

Brian Boatright
  • 36,294
  • 34
  • 81
  • 102
  • 1
    I'm trying to get this working locally prior to deployment to my host, and I think I may have cracked it - I ended up having to add a reference to the project assembly itself in the section. It was then able to find everything it was looking for, and so far, so MVC ;) – Zhaph - Ben Duguid May 21 '09 at 19:37
  • In medium trust mode, you must explicitly state one by one all assemblies you would like to use. In full trust mode (we all use on our development machines) all assemblies from bin folder are automatically loaded. – Dejan Milicic May 18 '10 at 21:46
0

i have 2 high traffic web sites both using N2 CMS, its fast and reliable

JGilmartin
  • 8,683
  • 14
  • 66
  • 85