Morley Chalmers Posted October 17, 2008 Posted October 17, 2008 Some modern programming environments support concurrent development. That is, two or more programmers access a set of files from a server and work simultaneously to modify the code. I'm not talking about doing development work while end users are active. Is this possible in the current release of FMP? If so, what's involved? Kind regards,
bcooney Posted October 17, 2008 Posted October 17, 2008 Yes, it's possible. You do get a bit in each other's way, but it's not too much of an obstacle. We host our files on a FMS. However, you can just use peer-to-peer, but you'd need to quit to do backups.
Morley Chalmers Posted October 17, 2008 Author Posted October 17, 2008 Yes, it's possible. You do get a bit in each other's way, but it's not too much of an obstacle. We host our files on a FMS. However, you can just use peer-to-peer, but you'd need to quit to do backups. Excellent good news. Will be essential for our development model. Appreciated.
Steven H. Blackwell Posted October 17, 2008 Posted October 17, 2008 [color:red]Use extreme caution when doing this. If you lose the connection for some reason, it very likely will toast the entire relationship graph. Also, you can induce some intresting locks on one another's work if you are not careful. Steven
Fitch Posted October 18, 2008 Posted October 18, 2008 If you host with FM Server and work over a LAN, it works very well. Two people can't modify the same layout or the same script at the same time, but how often would you want to do that?
Recommended Posts
This topic is 5885 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 accountSign in
Already have an account? Sign in here.
Sign In Now