1

I had some time this afternoon to run a head to head comparison between netTiers and SubSonic.

I used code generated using SubStage (part of the SubSonic 2.1 release) and I used RepositoryRecord as my base class.

I ran the same test against the same database using code generated by .netTiers 2.2

The test was a derivative of the one that Rob Conery used in his post:

http://blog.wekeroad.com/blog/subsonic-scaling/

When i say derivative, I mean I just wrote 100,000 records into the database.

I repeated each test on the same PC three times.

I found that .netTiers accomplished the task in 90 seconds.

Subsonic completed it in 104 seconds.

There was no more than a one second deviation from these averages.

tony.wiredin
  • 617
  • 8
  • 21

2 Answers2

1

Not sure if this is a question either, but if your intention was to find some big performance discrepancy among these 2 products, it seems that there's not much. So I would choose whatever offers me the best features for the task at hand.

rodbv
  • 5,214
  • 4
  • 31
  • 31
  • You're right, it's not a question, more an observation. My motivation in posting the results was to provide information. I have no axe to grind with either solution – tony.wiredin Jan 04 '09 at 18:45
0

Is this a question? :)

As long as you steer cleer of the "deep" methods, and use judicial use of custom stored procs, I've always found netTiers performance to be fine.

Steven Robbins
  • 26,441
  • 7
  • 76
  • 90