|
-
Feb 25th, 2005, 07:57 AM
#1
Thread Starter
Frenzied Member
slow compilation
Hey,
I have a laptop with processor Centrino 1.6 Ghz and I am programming a VB.Net (ADO.Net) and have a back connection to Access. The connection is very slow.
Can anyone tell me if I get laptop with a multi-threading Pentium4 Processor will help?? Thanks
-
Feb 25th, 2005, 11:02 AM
#2
Lively Member
Re: slow compilation
 Originally Posted by angelica
Hey,
I have a laptop with processor Centrino 1.6 Ghz and I am programming a VB.Net (ADO.Net) and have a back connection to Access. The connection is very slow.
Can anyone tell me if I get laptop with a multi-threading Pentium4 Processor will help?? Thanks
if you mean that youre acces backend is not on youre laptop, then it's not gonna help you an bit.
I guess the slow connection is youre bottleneck, but you can always buy an other laptop and donate this one to me for the advise
-
Feb 25th, 2005, 03:38 PM
#3
Re: slow compilation
I highly doubt a faster CPU will solve your problem.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Feb 25th, 2005, 03:41 PM
#4
Re: slow compilation
I've moved this to the General Pc Forum, i feel you may get a better responce here
-
Feb 25th, 2005, 04:04 PM
#5
Thread Starter
Frenzied Member
Re: slow compilation
let me explain my problem well. At the moment I only have one connection running. I am connecting to Access on my computer as a localhost. When I rebuild the solution and get a connection this is very slow. Thus a hyper-threading CPU with a better speed help? I mean a Intel Pentium 4 with 3.0G give me a faster connection??
-
Feb 25th, 2005, 04:05 PM
#6
Re: slow compilation
No. This sounds like a network bottleneck.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Feb 27th, 2005, 03:59 AM
#7
Re: slow compilation
 Originally Posted by Dave Sell
No. This sounds like a network bottleneck.
He's using access via localhost. He's doing it internally which means it doesn't leave his NIC.
As to the poster, I have no idea. It might help or maybe there is a leak or some obscure bug or something you forgot to do. I don't know VB.Net and/or access very well.
-
Feb 27th, 2005, 12:44 PM
#8
Re: slow compilation
 Originally Posted by kasracer
He's using access via localhost. He's doing it internally which means it doesn't leave his NIC..
I stand corrected.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Feb 27th, 2005, 03:01 PM
#9
Retired VBF Adm1nistrator
Re: slow compilation
If its running off the localhost, I'd say its an issue with your code...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 27th, 2005, 06:41 PM
#10
Re: slow compilation
i have a somewhat similar problem. as the program connects for the first time, there is a considerable lag before the adodc form opens. once it is connected, all is good.
Last edited by dglienna; Feb 27th, 2005 at 09:48 PM.
-
Feb 27th, 2005, 09:31 PM
#11
Re: slow compilation
 Originally Posted by dglienna
i have the same problem. as the program connects for the first time, there is a considerable lag before the adodc form opens. once it is connected, all is good.
She is using ADO.NET, there is no adodc control.
What are you using for your connection - OLEDbConnection, ODBCConnection, etc.
Also are you sure its just the connection thats slow or some loading of data through a OLEDbDataAdapter, OLEDbCommand, or ???
Can you post some relevant code?
What version are you running VB.NET 2002, 2003, or 2005 beta?
Last edited by RobDog888; Feb 27th, 2005 at 09:35 PM.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 28th, 2005, 09:24 AM
#12
Re: slow compilation
How much ram do you have? 256 is not enough to happily run XP in my experience.
I just upgraded to 640 and there have been huge efficiency gains all round.
But it does sound most likely to be a network bottleneck as mentioned above.
I don't live here any more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|