Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Apache Solr caching <-> stress test -


i want quick&dirt load testing - results cached. commented out solr caches - still cached.

  • can caching come 'field collapsing cache'. -- although don't see element in config file. ( system jumps 1gb 7 gb of ram when load test lots of queries ).

  • can lucence cache?

+-----------------------------------------------------+ want lower caches cache 100 or 1000 documents. ( right - when 50 000 unique queries solr use 7 gb of ram , fits in cache! )

any suggestions how proper stress test solr - small number of queries (some 100 0000 - not in millions testers have)?

this not recommended praxis. results won't realistic. important tune cache settings!

try hit solr queries build log files. i'm using fastbench kind of testing can use jmeter, bash script or sth. similar

can lucence cache?

yes

field collapsing cache

no, you'll need patch + config that


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -