c# - Delegate threading overhead in Web Page Lookup -


i've done searching haven't quite seen info i'm looking.

i have web app user visit page querystring parameter passing id of object should retrieve.

what need run number of checks ensure user can access data, , find out if user has lock (recorded in db) on object.

currently these searches performed sequentially, i'm thinking best option might use delegates able fire off 3 or 4 searches required @ once use results returned.

my implementation using delegate(s) , calling begininvoke, i'm worried overhead of threading may lead no speed increases.

my research has indicated use threadpool, there shouldn't overhead, i'd know if has implemented kind of solution similar scenario on high traffic site , seen resutls it?


the reason i'm looking reengineering our application ground up, , need make sure building scale considerably.

since asp.net, unless have low site activity (which contrary "that scale considerably") suggest against idea. other local cpus doing plenty, database. keep sequential, but ways fetch data need in 1 hit database.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -