473,799 Members | 2,940 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What effect does a network card have with Access?

If I work on my app on my standalone, things are always fast.

If I have an non-split app on the network it runs fast.

If I split the app and have both the front end and backend on the
network the app's speed drops to a crawl.

If I split the app have and make sure the MDBs use file names 8 chars
and have a persistent link to the backend it's almost as fast has having
a non-split app on the network...we're talking almost a .1 to .5 second
decrease in speed in opening, running the app.

I checked out the network card and saw the one I was using on the
network (via GoToMyPC) is a Intel with 10/100 capacity. Now I see that
there are gigabyte and 10 gig network cards. Would upgrading the cards
on the server and user PCs generate any increase in speed of loading and
running an app?

I think all of the user's PCs on the network have at least 1 gig memory.
All the PCs are relatively knew...purchase in the last couple of years
so I figure they all have good hard drives. I'm wondering about another
possible bottleneck...th e network card.
Oct 14 '07 #1
2 1957
I'd say its nothing to do with your hardware...Im 99.9% sure upgrading your
network speed wont solve your problem...to be chugging down a 100mbit
betwork card means something is wrong. Having said that, I believe JET sends
all the data it needs over the network to be processed rather than on the
computer the backend resides. I doubt thats the issue tho.

I did experience a similar problem 4 or 5 years ago of which i dont recall
the solution, however my vague memory of the cure was to keep a recordset
permanently open.

I know thats not overly helpful, but I hope it leads you somewhere
John

"Salad" <oi*@vinegar.co mwrote in message
news:13******** *****@corp.supe rnews.com...
If I work on my app on my standalone, things are always fast.

If I have an non-split app on the network it runs fast.

If I split the app and have both the front end and backend on the network
the app's speed drops to a crawl.

If I split the app have and make sure the MDBs use file names 8 chars and
have a persistent link to the backend it's almost as fast has having a
non-split app on the network...we're talking almost a .1 to .5 second
decrease in speed in opening, running the app.

I checked out the network card and saw the one I was using on the network
(via GoToMyPC) is a Intel with 10/100 capacity. Now I see that there are
gigabyte and 10 gig network cards. Would upgrading the cards on the
server and user PCs generate any increase in speed of loading and running
an app?

I think all of the user's PCs on the network have at least 1 gig memory.
All the PCs are relatively knew...purchase in the last couple of years so
I figure they all have good hard drives. I'm wondering about another
possible bottleneck...th e network card.

Oct 15 '07 #2
John wrote:
I'd say its nothing to do with your hardware...Im 99.9% sure upgrading your
network speed wont solve your problem...to be chugging down a 100mbit
betwork card means something is wrong. Having said that, I believe JET sends
all the data it needs over the network to be processed rather than on the
computer the backend resides. I doubt thats the issue tho.

I did experience a similar problem 4 or 5 years ago of which i dont recall
the solution, however my vague memory of the cure was to keep a recordset
permanently open.
Yes. I found that you need to keep the filename 8.3. And a permanent
recordset is mandatory. Still, in my app there's a teeny-tiny miniscule
delay compared to a non-split database on the network. And there's a
difference, of course, between running the app standalone vs network.

I recognize the need to split the mdb. Everybody here says to always
split the mdb. I expect to see improvement in speed, not a degradation.
It's not something I can do. It's something MS can do.

Thanks for the input on the network card. I didn't think there'd be
much difference to warrant an upgrade of cards but better to ask and
know then wonder "what if".
>
I know thats not overly helpful, but I hope it leads you somewhere
John

"Salad" <oi*@vinegar.co mwrote in message
news:13******** *****@corp.supe rnews.com...
>>If I work on my app on my standalone, things are always fast.

If I have an non-split app on the network it runs fast.

If I split the app and have both the front end and backend on the network
the app's speed drops to a crawl.

If I split the app have and make sure the MDBs use file names 8 chars and
have a persistent link to the backend it's almost as fast has having a
non-split app on the network...we're talking almost a .1 to .5 second
decrease in speed in opening, running the app.

I checked out the network card and saw the one I was using on the network
(via GoToMyPC) is a Intel with 10/100 capacity. Now I see that there are
gigabyte and 10 gig network cards. Would upgrading the cards on the
server and user PCs generate any increase in speed of loading and running
an app?

I think all of the user's PCs on the network have at least 1 gig memory.
All the PCs are relatively knew...purchase in the last couple of years so
I figure they all have good hard drives. I'm wondering about another
possible bottleneck...th e network card.


Oct 15 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

112
10370
by: Andy | last post by:
Hi All! We are doing new development for SQL Server 2000 and also moving from SQL 7.0 to SQL Server 2000. What are cons and pros for using IDENTITY property as PK in SQL SERVER 2000? Please, share your experience in using IDENTITY as PK .
125
14862
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
121
10186
by: typingcat | last post by:
First of all, I'm an Asian and I need to input Japanese, Korean and so on. I've tried many PHP IDEs today, but almost non of them supported Unicode (UTF-8) file. I've found that the only Unicode support IDEs are DreamWeaver 8 and Zend PHP Studio. DreamWeaver provides full support for Unicode. However, DreamWeaver is a web editor rather than a PHP IDE. It only supports basic IntelliSense (or code completion) and doesn't have anything...
2
9455
by: Marc-André | last post by:
Hi, I would to know if there's a way to use a particular network interfaces to access network(programmatically c#). The problem is that if my wireless network card is working, I want my application to use this one to access the network. Thanks
4
3384
by: Dave Kolb | last post by:
If I make ASPNET a member of the admins group it can launch my COM+ object but I do not want to do that. What permissions do I need to set for the lowly ASPNET user so that it can launch a COM+ object. I tried playing with COM+ roles in the MMC but not with any luck. My COM+ object itself does not do any role checking. Thanks, Dave
0
2404
by: kvarga | last post by:
I have written an Windows Service application, in C#, which calls a web service periodically. This application works fine on a variety of Operating Systems including XP Pro, XP Home, Windows 2000 Server and Windows 2003. I have recently installed this application on a computer running Windows 2000 Server that has multiple network cards. One network card connects to the local network. The second network card connects to the firewall and...
18
18754
by: NEWSGROUPS | last post by:
I work for a large organization were my team has developed 2 very substantial databases in Access 2000. These databases have been working fine for the last 6 years with minimal issues or problems. About 1 week ago today we have started experiencing the error "Microsoft Visual Basic Run Time Error 3043 Disk or Network Error" just about every day around the same time each day (activity starts to increase at this time in the databases)....
1
2073
by: poe | last post by:
Hello, I have a Windows Vista 64-bit machine that has 2 gigabit Ethernet ports as well as a wireless card. I am currently connecting to the Internet via the wireless card. I also have an Ubuntu server machine with only an Ethernet port that I would like to connect to the Internet. I'm looking for some hub/routing software (free in price, of course) that will allow my Ubuntu server to connect to the Internet going through the Vista machine...
0
3784
by: nancylife | last post by:
When developing web report, many developers use VMware to simulate different operating systems on a same server. Then, they can realize cross-platform deployment and debug of web report. According to real application of web report, I will discuss three network setting ways of VMware with all of you. Bridge way This is the simplest way as it bridges the virtual network card to a physical network card directly. It is similar to a network...
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10482
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10251
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10225
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7564
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.