Click here to Skip to main content
15,907,328 members
Home / Discussions / C#
   

C#

 
GeneralRe: Solving (string) and creating the screen - Ex.: CreateScreen("screenTest") Pin
User 68218818-Feb-10 4:38
User 68218818-Feb-10 4:38 
AnswerRe: Solving (string) and creating the screen - Ex.: CreateScreen("screenTest") Pin
V.8-Feb-10 4:24
professionalV.8-Feb-10 4:24 
GeneralRe: Solving (string) and creating the screen - Ex.: CreateScreen("screenTest") Pin
User 68218818-Feb-10 4:37
User 68218818-Feb-10 4:37 
AnswerRe: Solving (string) and creating the screen - Ex.: CreateScreen("screenTest") [modified] Pin
rhuiden8-Feb-10 4:43
rhuiden8-Feb-10 4:43 
GeneralRe: Solving (string) and creating the screen - Ex.: CreateScreen("screenTest") Pin
User 68218818-Feb-10 11:47
User 68218818-Feb-10 11:47 
Questioncontrols in richtextbox Pin
asdf232118-Feb-10 3:19
asdf232118-Feb-10 3:19 
QuestionMultiple Clients Running One Server Application Pin
Bob Steel-Smith8-Feb-10 3:16
Bob Steel-Smith8-Feb-10 3:16 
AnswerRe: Multiple Clients Running One Server Application Pin
Keith Barrow8-Feb-10 3:42
professionalKeith Barrow8-Feb-10 3:42 
Without understanding your the architecture very well, the thing that jumps out for me is this:

Bob Steel-Smith wrote:
I have an ASP.Net application that scans input then collects other data from SQL 2005 DB. This data is then required to be sent to a server application that "Captures" the information into an ERP application. The "Capturing" app takes +- 30 seconds to run for each transaction.


The thing that is probably hammering you is the collection of supplementary data from the SQL server. Can any of this be cached (ie is it Lookup style data), if so you should. It might also be better to take the load of this from the client to the server (and just send up the input).

The system seems slow, given that only 20000 transactions are being processed. As a comparison we receieve an XML file containing ~.5GB data consisting of millions of records, which we run through in ~ 15 mins, and we aren't exactly running on a beofwulf cluster.
Antoine de Saint-Exupery: Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.

GeneralRe: Multiple Clients Running One Server Application Pin
Bob Steel-Smith8-Feb-10 4:23
Bob Steel-Smith8-Feb-10 4:23 
GeneralRe: Multiple Clients Running One Server Application Pin
Keith Barrow8-Feb-10 5:23
professionalKeith Barrow8-Feb-10 5:23 
GeneralRe: Multiple Clients Running One Server Application Pin
Bob Steel-Smith8-Feb-10 7:01
Bob Steel-Smith8-Feb-10 7:01 
GeneralRe: Multiple Clients Running One Server Application Pin
Keith Barrow8-Feb-10 9:29
professionalKeith Barrow8-Feb-10 9:29 
GeneralRe: Multiple Clients Running One Server Application Pin
Bob Steel-Smith8-Feb-10 16:34
Bob Steel-Smith8-Feb-10 16:34 
GeneralRe: Multiple Clients Running One Server Application Pin
Keith Barrow8-Feb-10 23:40
professionalKeith Barrow8-Feb-10 23:40 
QuestionData sync between two sql server? Pin
Tridip Bhattacharjee8-Feb-10 2:22
professionalTridip Bhattacharjee8-Feb-10 2:22 
AnswerRe: Data sync between two sql server? Pin
Not Active8-Feb-10 2:55
mentorNot Active8-Feb-10 2:55 
AnswerRe: Data sync between two sql server? Pin
Giorgi Dalakishvili8-Feb-10 19:47
mentorGiorgi Dalakishvili8-Feb-10 19:47 
QuestionHigh DPI Issue Pin
musefan8-Feb-10 1:42
musefan8-Feb-10 1:42 
QuestionReturning web controls from a web service Pin
Vaibhav06108-Feb-10 1:27
Vaibhav06108-Feb-10 1:27 
AnswerRe: Returning web controls from a web service Pin
Not Active8-Feb-10 2:00
mentorNot Active8-Feb-10 2:00 
AnswerRe: Returning web controls from a web service Pin
kevinnicol8-Feb-10 2:20
kevinnicol8-Feb-10 2:20 
QuestionUsing SQL Application in network Pin
Reza Shojaee8-Feb-10 0:07
Reza Shojaee8-Feb-10 0:07 
AnswerRe: Using SQL Application in network Pin
42774808-Feb-10 0:17
42774808-Feb-10 0:17 
GeneralRe: Using SQL Application in network Pin
Reza Shojaee8-Feb-10 0:20
Reza Shojaee8-Feb-10 0:20 
AnswerRe: Using SQL Application in network Pin
Keith Barrow8-Feb-10 0:22
professionalKeith Barrow8-Feb-10 0:22 

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.