home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / database / 1423 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.3 KB  |  51 lines

  1. Newsgroups: comp.sys.mac.databases
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!umn.edu!mmm.serc.3m.com!pejacoby
  3. From: pejacoby@mmm.serc.3m.com (Paul E. Jacoby)
  4. Subject: Re: 4D 2.2.3 multi-user
  5. Message-ID: <1992Nov9.141535.7761@mmm.serc.3m.com>
  6. Organization: 3M Company
  7. References: <1992Nov07.010408.95067@bmug.org>
  8. Date: Mon, 9 Nov 92 14:15:35 GMT
  9. Lines: 40
  10.  
  11. In article <1992Nov07.010408.95067@bmug.org> Robert_S._Fukuda@bmug.org writes:
  12. >[4D 2.2.3 single-user app in multi-user]
  13.  
  14. >1. Will the application run using system 7's file sharing capabilities? Does a
  15. >mac have to essentially become a file server for 4D to work  or can the mac
  16. >which has the application run the application simultaneously with another user
  17. >on the network?
  18.  
  19. You can run with the database file on another machine using System 7's
  20. FileSharing.  Works basically the same as having a dedicated AppleShare
  21. fileserver (with the inherent user-limits built into FileSharing).
  22.  
  23. >2. How much of a performance drop will occur using the network? How much of a
  24. >difference would using ethernet make?
  25.  
  26. You will probably be suprised at how much things slow down.  It can be
  27. pretty horrid.  If you end up changing any code, it will probably be to
  28. improve performance!  Ethernet helps some, but the 4D Server is really
  29. going to be the most help.
  30.  
  31. >3. Will I have to re-write sections of code to make things work in multi-user?
  32.  
  33. No, not specifically.  You may need to tweak heavily for performance
  34. enhancements, and may find yourself changing code which uses automatic
  35. relations as a result.  You also might want to take a look at any code
  36. you have which deletes records or updates items like a sequence number.
  37. These are places that the LOCKED() command can come in handy.  Take a
  38. wander through the language guide, paying attention to the multi-user
  39. notes found on commands which behave differently in multi-user mode.
  40.  
  41. >4. Any other problems that you can tell me about?
  42.  
  43. Just performance...it is loads of fun working around the inherent
  44. slowness of a fileserver database running over LocalTalk :-)
  45.  
  46. -- 
  47. | Paul E. Jacoby, Consultant  | pejacoby@mmm.com      CIS:70404,2507 |
  48. | David Mitchell & Associates |                                      |
  49. | 3M Center, Bldg 235-3F-27   |--------------------------------------|
  50. | Maplewood, MN   55144-1000  | (612) 737-3211 [w]      731-6392 [h] |
  51.