Jump to content

Remote access too slow!


This topic is 5828 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Our company is using FM Server 9 to host our files via remote access over the internet. We are experiencing extremely slow speeds when opening files and navigating through layouts, loading value list drop down, etc. We've tried removing various components, images, complex relationship, extraneous fields/scripts/layouts/tables and find no increase in speed.

Any suggestions or insight into what might be causing the slowdowns would be much appreciated. Thanks!

Link to comment
Share on other sites

There are so many items that could be causing this that's it's almost impossible to list them all. Here are a few:

Less than optimal file architcture.

"Busy" layouts.

Incorrectly configured FileMaker Server hardware, including memory.

Incorrectly configured or inappropriate OS on Server machine.

Poor configuration of FMS service.

Running extraneous services on teh server.

Poor quality NIC cards.

Latency of connections on WAN (the internet is the WAN here).

Incorrect configuration of FMP client on user workstations.

Poor quality workstations.

Too many programs open on the workstation.

And so forth.

Steven

Link to comment
Share on other sites

  • 2 weeks later...

I'm not too familiar with FM yet, but I might be able to offer some input/things to check.

- What is the processor load during use?

- Does the system swap out to disk?

- How big is the database/how many db rows are getting returned at once?

- How many users are accessing remotely?

- Do you have local access speed problems?

The thing is, compared to pretty much every other OS out there, MacOS X falls a bit short when doing with threading due to how many kernel locks it allows at once, and its general signal handling ability. DBs usually require a fair number of threads, and as OS X compares (for instance) roughly 1/7th as well as Linux with thread/process signal handling, you're going to hit a bottleneck pretty quickly. Network server roles also generate a fair number of threads on a system due to the additional forking of data over interfaces.

This is, unfortunately, a fault of OS X itself, in part due to its "kernel within a kernel architecture" design. (IE, the difference between OS X on PPC and Intel is marginal - they both suffer about 7-8th the performance after only about a concurrency of 2).

Link to comment
Share on other sites

  • 3 weeks later...

Hi there,

This depends on the internet connection. But most of the times if you are opening a database over TCP (normal internet) then it will be slowish.

Options:

Terminal Services - run win2003 with teminal services which in my case is the best options, we run in 7 countries from the UK with no issues.

SDSL - like adsl, but you get a dedicated line, this will solve the problem all together.

Link to comment
Share on other sites

"This depends on the internet connection. But most of the times if you are opening a database over TCP (normal internet) then it will be slowish."

No.

Well designed FMP databases can be *faster* when shared with FM Server then when opened locally.

It depends on the speed of the network, the speed of the server, and how well the database has been optimised for network use.

Link to comment
Share on other sites

"This is hard for me to believe, but it's coming from V. and S.B., so it MUST be true!"

In many cases FM Server does processing on the server, which means the data doesn't need to travel down the network pipe, and the user's (often slower) computer isn't doing the number crunching. Older versions of FMS just dumped all the data to the client for processing.

Link to comment
Share on other sites

This topic is 5828 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.