Re: .NET Remoting performance problems
From: Allen Anderson (allen_at_sparkysystems.com)
Date: 06/01/04
- Next message: Allen Anderson: "Re: is datarow remotable"
- Previous message: Allen Anderson: "Re: What's the optimalized buffer size to receive socket data?"
- Next in thread: Colin Stutley: "Re: .NET Remoting performance problems"
- Maybe reply: Colin Stutley: "Re: .NET Remoting performance problems"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 01 Jun 2004 09:50:27 -0600
that's very strange behavior indeed. I've done similar things and had
no problems at all. Could you boil your code down to the relevant
lines and post it here? I"ll take a look at it.
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
On Fri, 28 May 2004 00:31:03 -0700, Stefan
<anonymous@discussions.microsoft.com> wrote:
>Hi !
>
>We've developed an application, consisting of a server application and a client application.
>Both communicate via .NET remoting. We've got performance problems with it, so we tested it.
>There are some strange results.
>
>The Client calls a server method to get some data. The object on the server is a CAO.
>The method on the server gets a dataset by reference as parameter and fills it
>with data from an SQl Server database.
>It requires 30milliseconds to get the data from the database.
>
>But the strange thing is, that the invocation of this method via remoting from the client needs the first
>time 300ms and the second and following invocations require over 3 seconds !!!!
>
>We use a tcp channel and a binary formater. The application runs in a LAN. The client CPU load is
>at 100% while it is waiting for response from server.
>
>Any ideas how to change this behaviour or to get more detailed information about the source of this
>problem ?
>
>Thanks
>
>Stefan
- Next message: Allen Anderson: "Re: is datarow remotable"
- Previous message: Allen Anderson: "Re: What's the optimalized buffer size to receive socket data?"
- Next in thread: Colin Stutley: "Re: .NET Remoting performance problems"
- Maybe reply: Colin Stutley: "Re: .NET Remoting performance problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|