.netTiers vs SubSonic

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

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

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

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

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

When I say derivative, I mean that I just wrote 100,000 records in the database.

I repeated each test on the same PC three times.

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

Subsonic completed in 104 seconds.

It was no more than one second from these averages.

+1


source to share


2 answers


Is that a question? :)



As long as you avoid "deep" methods and use forensic use of custom stored procedures, I have always believed that NetTers performance would be okay.

0


source


Not sure if this is also a question, but if you intended to find any big performance mismatch between these two products, it seems that there are not many. Therefore, I would choose the one that offers me the best features for this task.



+1


source







All Articles