Click here to Skip to main content
16,010,392 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Installing .NET Framework 1.1 Pin
apferreira30-Jun-03 1:26
apferreira30-Jun-03 1:26 
General.NET Framework1.0 vs .NET Framework1.1 Pin
Sanjeev Kumar26-Jun-03 6:57
Sanjeev Kumar26-Jun-03 6:57 
GeneralRe: .NET Framework1.0 vs .NET Framework1.1 Pin
leppie26-Jun-03 7:19
leppie26-Jun-03 7:19 
GeneralRemoting config stopped working in net1.1 Pin
Dr Herbie26-Jun-03 5:44
Dr Herbie26-Jun-03 5:44 
GeneralProblem Instantiating a Class via Reflection Pin
jboy25-Jun-03 18:02
jboy25-Jun-03 18:02 
GeneralRe: Problem Instantiating a Class via Reflection Pin
leppie26-Jun-03 7:23
leppie26-Jun-03 7:23 
GeneralLooking for ideas ................ Pin
anewcomer24-Jun-03 8:46
anewcomer24-Jun-03 8:46 
GeneralRe: Looking for ideas ................ Pin
Paul Watson24-Jun-03 8:57
sitebuilderPaul Watson24-Jun-03 8:57 
200,000 times in 15 minute intervals? Are you sure you really need to use a webservice for that? That is 200,000 HTTP requests and responses. Plus all the SOAP packaging, serialisation of the data, deserialisation, authenticating... At the least I know one IIS box is not going to come anywhere near handling that. You could optimise the data factory to hell and back but it is the IIS and webservice part that will tank.

Why does it have to be 200,000 transactions? Can you not send more data with fewer transactions?

I just think that no amount of in-memory storage, "queuing of memory" etc. ideas will help. The database could handle the writes easily enough, but not IIS.


Maybe you can explain what you are trying to do and we can come up with a better architecture and set of technologies for this Smile | :)

Paul Watson
Bluegrass
Cape Town, South Africa

Robert Edward Caldecott wrote:
My father-in-law calls yer man bits "weasels"
GeneralRe: Looking for ideas ................ Pin
anewcomer24-Jun-03 9:14
anewcomer24-Jun-03 9:14 
GeneralRe: Looking for ideas ................ Pin
Paul Watson24-Jun-03 9:47
sitebuilderPaul Watson24-Jun-03 9:47 
GeneralRe: Looking for ideas ................ Pin
John Kuhn24-Jun-03 11:37
John Kuhn24-Jun-03 11:37 
GeneralRe: Looking for ideas ................ Pin
Aravinthan25-Jun-03 3:25
Aravinthan25-Jun-03 3:25 
GeneralDeployment - registering assemblies Pin
CybrWeez24-Jun-03 4:56
CybrWeez24-Jun-03 4:56 
GeneralRe: Deployment - registering assemblies Pin
wduros124-Jun-03 5:16
wduros124-Jun-03 5:16 
GeneralWebservice NOT in wwwroot... Pin
Ray Cassick22-Jun-03 17:58
Ray Cassick22-Jun-03 17:58 
GeneralRe: Webservice NOT in wwwroot... Pin
Paul Watson24-Jun-03 9:49
sitebuilderPaul Watson24-Jun-03 9:49 
GeneralRe: Webservice NOT in wwwroot... Pin
Ray Cassick24-Jun-03 9:55
Ray Cassick24-Jun-03 9:55 
GeneralRe: Webservice NOT in wwwroot... Pin
leppie24-Jun-03 10:35
leppie24-Jun-03 10:35 
GeneralGDI+ error Pin
Number820-Jun-03 7:34
Number820-Jun-03 7:34 
GeneralFrom my thread Pin
CherezZaboro20-Jun-03 6:43
CherezZaboro20-Jun-03 6:43 
Generalremoting server Pin
CSharpDavid20-Jun-03 6:31
CSharpDavid20-Jun-03 6:31 
GeneralRe: remoting server Pin
Valeria Bogdevich20-Jun-03 6:59
Valeria Bogdevich20-Jun-03 6:59 
GeneralRe: remoting server Pin
CSharpDavid20-Jun-03 7:58
CSharpDavid20-Jun-03 7:58 
GeneralRe: remoting server Pin
CSharpDavid20-Jun-03 9:56
CSharpDavid20-Jun-03 9:56 

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.