|
|
||||||
|
#1
|
|
|
|
|
Hi,
Is there a benchmark, or anything that could help me to compare the execution speed between VB.NET and VC++.NET ? I plan to developt a SCADA application but I don't need very fast reaction time such as x ms., 1 sec. would be enough. So I taught at first that I would need VC++.NET to make an ActiveX driver layer that the VB.NET application could use to get a connection to the hardware process. But as I am reading my VB.NET Bible, I see that it is much more powerfull that I taught at first. I learned that it can do multi-threading, that it is a full OO language. So do I really need VC++.NET? Thanks you for your tips! Mart |
|
|
|
#2
|
|
|
|
|
Hi Mart,
I think that the most important thing for you to decide is if you can make your applications with managed code. It is an intermidiate code that has to be processed by the framework (net 1.0 or net 1.1). If that is possible you can start thinking about VB.Net if not you have to keep it with C++. I hope this helps something? Cor [..] |
|
#3
|
|
|
|
|
Hi Cor,
I didn't knew about managed code in VB.NET. This is interesting, where can I read more about it? Thank you Mart Cor wrote: [..] |
|
#4
|
|
|
|
|
Is it really fair to compare the speed of any .NET code?
After all, doesn't it all depend on the IDL? Which is where everything is compiled down to anyways in .NET? I think its important to remember that the CLR is the basis of everything, and that is where the actual speed of execution comes from. "Cor" <non> wrote in message news:2248 [..] |
|
#5
|
|
|
|
|
#6
|
|
|
|
|
Hi CJ,
I did not write this because of the speed, but because of the problem that Mart has to fix. Can he do it with managed code? If not, the speed is not important anymore. Cor. [..] |
|
#7
|
|
|
|
|
Hey Cor,
I know... I was just trying to stir some interesting stuff up today... pretty boring over here... =) -CJ "Cor" <non> wrote in message news:3196 [..] |
|
|
| Similar Threads | |
| Benchmark C vs C++ Consider this benchmark --------------------------------------------------------C++ #include <iostream> #include <list> using namespace std; // Simple example uses type... |
|
| benchmark I know one benchmark doesn't mean much but it's still disappointing to see Python as one of the slowest languages in the test: [..] |
|
| IE7 Benchmark Could someone with IE7 beta please run this benchmark and report the results here? [..] |
|
| benchmark Is there a software benchmark test to quantify how good (or not so good) a computers overall performance is? In the DOS days, we used PCTOOLS. I don't see much chatter... |
|
| The Manhattan Benchmark (spin-off from Benchmark Java vs. COBOL) Steve Thompson mention the "Indian Problem" -- How much would 12.00 be today if it was put in the bank in 1626, when Manhattan was purchased? Benchmarking this simple logic... |
|
|
All times are GMT. The time now is 09:23 AM. | Privacy Policy
|