10 sec for 5 record is excessive. There must be smoe other thing. A sample app in that case (assuming you're already trying it on a sample) would really help.
Tuna Toksöz Eternal sunshine of the open source mind. http://devlicio.us/blogs/tuna_toksoz http://tunatoksoz.com http://twitter.com/tehlike On Sat, Aug 8, 2009 at 6:35 PM, ksang <[email protected]> wrote: > > dear sir, > > l have downloaded nhibernate 2.0.1 and testing on it, it takes about > 10sec to load 5 records into Product object which i think it's too > slow. may i know any things i have left out or i should do to improve > the performance?? any helps would be appreciated. thanks. > > IList plist; > using (ISession s = NHibernateHelper.OpenSession()) > { > plist = s.CreateCriteria(typeof(Product)).List() as IList; > } > > > regards > ks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
