Click here to Skip to main content
15,895,256 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Seeking advice for storing data in memory Pin
Dave Kreskowiak12-May-09 8:43
mveDave Kreskowiak12-May-09 8:43 
GeneralRe: Seeking advice for storing data in memory Pin
glumlord12-May-09 9:24
glumlord12-May-09 9:24 
GeneralRe: Seeking advice for storing data in memory Pin
Dave Kreskowiak12-May-09 11:01
mveDave Kreskowiak12-May-09 11:01 
GeneralRe: Seeking advice for storing data in memory Pin
Luc Pattyn12-May-09 9:45
sitebuilderLuc Pattyn12-May-09 9:45 
GeneralRe: Seeking advice for storing data in memory Pin
Dave Kreskowiak12-May-09 10:57
mveDave Kreskowiak12-May-09 10:57 
GeneralRe: Seeking advice for storing data in memory Pin
Luc Pattyn12-May-09 13:54
sitebuilderLuc Pattyn12-May-09 13:54 
GeneralRe: Seeking advice for storing data in memory Pin
Dave Kreskowiak12-May-09 16:12
mveDave Kreskowiak12-May-09 16:12 
GeneralRe: Seeking advice for storing data in memory Pin
glumlord13-May-09 7:30
glumlord13-May-09 7:30 
Dave Kreskowiak wrote:
I wonder about his users! If they're complaining that it takes 2 seconds longer to get a Desktop they can use, they really need professional mental help!

Where I work, it can take upwards of 10 minutes (worst case) to get into a machine on the first login! My laptop takes 5 minutes to get to the point where I can use it! 23 seconds is nothing...


I feel for ya! Thats horrible, luckily we have all new machines here and usually within 10 seconds of logging in the users is fully able to use machine.

I'm also in charge of the login scripts and we keep the stuff it does to a minimum. User impact will be minimal but there is a perception with the users that their computers are slow if we have stuff like this happening. They don't understand it's poor programming, nor do they care.

I actually started writing out console.writeline with time stamps through the loop process of writing the data to the datatable and it was taking 80-120 ms per user in loop. It takes 10 ms for example to create a new row.

I did change two things and was able to shave about 2 seconds off. Something doesn't quite seem right because I was talking to a web developer friend up here and they have a web database that can write/query 40k records in about 5 seconds.

He said my code looked fine also. I'll mess with this in a day or two when I have more and post an update for those of you curious.

Either way I appreciate all the advice everyone has given.
QuestionUnable to run the code from sp1 in sp2 Pin
SuchiTN12-May-09 4:06
SuchiTN12-May-09 4:06 
AnswerRe: Unable to run the code from sp1 in sp2 Pin
Pete O'Hanlon12-May-09 4:20
mvePete O'Hanlon12-May-09 4:20 
AnswerRe: Unable to run the code from sp1 in sp2 Pin
Luc Pattyn12-May-09 4:39
sitebuilderLuc Pattyn12-May-09 4:39 
Question[Message Deleted] Pin
lynn100712-May-09 3:34
lynn100712-May-09 3:34 
AnswerRe: How to use activeX function that has a pointer parameter in JavaScript? Pin
Dave Kreskowiak12-May-09 6:56
mveDave Kreskowiak12-May-09 6:56 
Question[Message Deleted] Pin
dragonfighterlee2112-May-09 2:36
dragonfighterlee2112-May-09 2:36 
AnswerRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET Pin
Dave Kreskowiak12-May-09 6:55
mveDave Kreskowiak12-May-09 6:55 
GeneralRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET [modified] Pin
dragonfighterlee2112-May-09 7:29
dragonfighterlee2112-May-09 7:29 
GeneralRe: ADD FILES TO SINGLE EXECUTABLE IN VB.NET Pin
Dave Kreskowiak12-May-09 8:26
mveDave Kreskowiak12-May-09 8:26 
QuestionMDI child window maximize through title-bar double-click Pin
angusmax12-May-09 0:03
angusmax12-May-09 0:03 
AnswerRe: MDI child window maximize through title-bar double-click Pin
Dave Kreskowiak12-May-09 6:53
mveDave Kreskowiak12-May-09 6:53 
GeneralRe: MDI child window maximize through title-bar double-click Pin
angusmax22-May-09 0:02
angusmax22-May-09 0:02 
GeneralRe: MDI child window maximize through title-bar double-click Pin
Dave Kreskowiak22-May-09 12:55
mveDave Kreskowiak22-May-09 12:55 
GeneralRe: MDI child window maximize through title-bar double-click Pin
angusmax28-May-09 0:07
angusmax28-May-09 0:07 
QuestionHow to use perfmon Pin
krishnan.s11-May-09 23:31
krishnan.s11-May-09 23:31 
AnswerRe: How to use perfmon Pin
Simon P Stevens12-May-09 0:23
Simon P Stevens12-May-09 0:23 
QuestionNeed help in code-behind Pin
Senthil S11-May-09 21:23
Senthil S11-May-09 21:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.