Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi,

I've developed a runtime that's attracting a surprising number of requests for a server version. I have no experiance of servers (don't even know if this is possible with a runtime). Can anybody poin me in the right direction for FAQ's etc on server versions of runtimes?

Thanks

Giles

Posted

FileMaker Server can host runtimes, but for clients to connect, they must have the Client verison of FileMaker Pro installed.

Posted

A lot depends on whether you were thinking "single-user" during development, or planning ahead for multi-user. It's the single-user vs multi-user that's more the issue, more than server vs runtime.

For instance, a process that remembers a found set of records by clearing and marking flag fields works well in single-user, but is really prone to failure in multi-user mode, because each user will be clearing and marking the same field at the same time.

Processes have to consider that records can be locked when other users are editing them, and programatically deal with the unmodifyable records gracefully.

This topic is 7179 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.