Large Read only list

Large Read only list

Old forum URL: forums.lhotka.net/forums/t/11218.aspx


mljefferson posted on Thursday, March 08, 2012

I'm using CSLA 4.2.0.0  in a 3-tier environment. I'm getting timeout messages from WCF when I try to return large ReadOnly list. Any list under 24,000 works fine. If the list is greater I get a timeout message. The weird thing about this issue is if the count is around 24,000 it takes about 3 minutes to run. If the count is greater a timeout message is returned is less than a minute.

Any direction on is issue would be greatly appreciated.

 

 

RockfordLhotka replied on Thursday, March 08, 2012

You might want to use paged loading. There is a sample that shows this in the samples download.

mljefferson replied on Thursday, March 08, 2012

Thanks for the suggestion. I will take a look.

Copyright (c) Marimer LLC