Click here to Skip to main content
15,900,589 members

Comments by julian@giant (Top 13 by date)

julian@giant 7-Jun-16 11:17am View    
I don't know how else to explain myself, so I'll leave it there. Thanks for your input.
julian@giant 7-Jun-16 10:49am View    
Hi SA.
I am trying to set up AZURE VMs for Performance and Load Testing that match our live environment as closely as possible. If the bandwidth on AZURE is 10 times that of our live environment, I couldn't run a test and comfortably say it's OK to run on live.

So, if I know which bandwidth (upload speed or download speed) affects the delivery of a page to the end user, I'm hoping (with input from the AZURE guys) to help match this with our live environment.

I know where the various bottlenecks will be, but I need to get the server matching as closely as possible, and just wondered if it was upload or download bandwidth that affects the speed of the delivery of the page.

julian@giant 7-Jun-16 4:00am View    
I suppose the question is then: Is it the upload bandwidth or download bandwidth (of the delivering web server) that affects the delivery time of a page?

Have I posted this question in the wrong area of the site?
julian@giant 16-May-16 4:42am View    
Hi. Sorry for not getting back to you sooner. Yes it does issue inserts, updates and selects.

I'm working on the theory at the moment that the problem is caused by a Private Boolean in a VB.Net Module, that is set to True, and IIS sees this as True from another person's session, when it should be False. Unbelievable I know, but I have very specifically seen this occur before.
julian@giant 11-May-16 14:05pm View    
Unfortunately, I can see no other way other that having it open for a period of time. Good thought though.

I am reading an uploaded XML file, validating the contents, updating that data into the database inside the transaction (the XML doesn't match a table in the DB, so I am extracting the XML data and calling various procedures), then validating the data uploaded by recreating the XML file based on the data in the db to confirm all OK (this part is quick), and if a match, commit.