HighTechTalks DotNet Forums  

COM+ I/O and Networking

Dotnet Framework (Component Services) microsoft.public.dotnet.framework.component_services


Discuss COM+ I/O and Networking in the Dotnet Framework (Component Services) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
rob thomson
 
Posts: n/a

Default COM+ I/O and Networking - 07-31-2003 , 08:13 AM






Win2k/Com+/VB.NET/SQL Server 2k/XP


Can anyone advise me on the following

We have a 3 tier application
1. Client runs vb.net forms on XP
2. Server runs vb.net dlls in COM+ talking to a database on the same machine
3. Client Server connectivity is via DCOM, ie export client package from the server pacakge


When the client makes a simple call to retrieve 10 records, which are returned as a datatable, over 2 mb of network traffic is generated. The records account for only 10k or so

Has anyone any ideas in terms of how to break this problem down, or is this what we should expect with COM & dotnet.


TIA

Reply With Quote
  #2  
Old   
Jimmy Nilsson
 
Posts: n/a

Default Re: COM+ I/O and Networking - 07-31-2003 , 08:48 AM






This sounds as a bit too much overhead.
:-)

Sending datatables over the wire is often a bit expensive. Often 3-5 times larger than the same data in an ordinary collection, but... Have you serialized the datatable at the server-side into a file and investigated the file to see its size and if it contains what you expect?

Best Regards,
Jimmy
www.jnsk.se/weblog/
###
"rob thomson" <rob.thomson (AT) virginmusic (DOT) com> wrote

Win2k/Com+/VB.NET/SQL Server 2k/XP


Can anyone advise me on the following

We have a 3 tier application
1. Client runs vb.net forms on XP
2. Server runs vb.net dlls in COM+ talking to a database on the same machine
3. Client Server connectivity is via DCOM, ie export client package from the server pacakge


When the client makes a simple call to retrieve 10 records, which are returned as a datatable, over 2 mb of network traffic is generated. The records account for only 10k or so

Has anyone any ideas in terms of how to break this problem down, or is this what we should expect with COM & dotnet.


TIA

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.