Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / Performance / August 2003

Tip: Looking for answers? Try searching our database.

.NET performance vs VC6 performance

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bryan Gan - 27 Aug 2003 10:23 GMT
Dear all,

I am trying to develop a realtime application which will
receive massive data from COM port and then process it and
store it into database(SQL Server). The data came from
Stock Market central, so will expect heavy load traffic in
it.
So in order to support this heavy traffic + processing
messages + storing data , is it better to develop it
using .NET framework or no difference if using Visual C++6?

btw, i plan to develop COM server for this app , so can i
know is there a performance increase if develop COM
under .NET? thank you.
Michael Giagnocavo [MVP] - 27 Aug 2003 16:34 GMT
If you write a COM server (Component Object Model, not the COM
hardware) using the .NET Framework, you will have to do some kind of
interop.  This will have some overhead.  It may or may not be
acceptable for your app.

You might want to check out VC++ 7.1 -- it allows you to mix .NET code
as well as native code.

-mike
MVP

> Dear all,
>
[quoted text clipped - 10 lines]
> know is there a performance increase if develop COM
> under .NET? thank you.
Mark - 29 Aug 2003 16:50 GMT
"Bryan Gan" <gcy80@yahoo.com> wrote in news:09e601c36c7c$d548d310
$a401280a@phx.gbl:

> Dear all,
>
[quoted text clipped - 3 lines]
> Stock Market central, so will expect heavy load traffic in
> it.

If you're talking about a serial port, then the maximum that the port can
deliver (115 kbps) is nothing. Very, very little. You could do it in
vbscript on an old machine with room to spare.

> btw, i plan to develop COM server for this app , so can i
> know is there a performance increase if develop COM
> under .NET? thank you.

COM in .NET is not faster than COM in c++. If anything, it will be a bit
slower due to interop.

Mark

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.