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.

Recommendation for design and implement a very large scale data storage system with mysql? -


when mean large, large (at least me) collections of mysql.

we hit every system upper limit here, size of table, number of rows, 32bit auto-increment, master server concurrent insert , update limit.

it talking more 1k records updates pre-second, uncountable read transactions, sharding, lots of slave, ..etc, etc.

i newly join team , yet have no access right monitor production system check bottleneck. system growth large , fast , cannot emulate in sandbox.

back question, can have recommendation, resources, articles, , etc work system in scale. wish can prepare before hit wall.

congratz on joining fun project. envy you! make use of team members knowledge , experiences. chances have worked hard are.

you can find lots of articles on topic on @ http://highscalability.com (just don't swallow without thinking yourself)

i don't think should expected prepared kind of work (unless lied experience). systems behave differently load increases , run different boundaries. random week @ work teach more article read.


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 -