home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19681 < prev    next >
Encoding:
Text File  |  1993-01-21  |  2.3 KB  |  56 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!psinntp!shadow!root
  3. From: dave@ait.com
  4. Subject: Distributed transaction processing with a relational database
  5. Message-ID: <1993Jan20.220649.28810@ait.com>
  6. Sender: root@ait.com (Operator)
  7. Reply-To: dave@ait.com
  8. Organization: Artificial Intelligence Technologies, Inc.
  9. Date: Wed, 20 Jan 1993 22:06:49 GMT
  10. Lines: 44
  11.  
  12.  
  13. We are in the problem analysis phase for a project to move an existing
  14. mainframe transaction processing system using VSAM, to distributed
  15. workstations and a relational database.  The application must handle
  16. about 500,000 existing customers, periodically calling into the
  17. customer service reps. who handle complaints, new products, cancel
  18. products, etc.  These customers need to be billed for their products,
  19. and the product must be transported to the customer.  The total size
  20. of the VSAM files is now about 2-4 gig of data, with some of this
  21. being historical records.  There will be about 100 users of hte
  22. system, with 50-70 fulltime.  Batch processes will also be running
  23. over the data at various times through the cycle.
  24.  
  25. I am looking for persons out there that have deployed, or are developing
  26. similar applications, and I would like information on how this can be
  27. accomplished most efficiently.  Specifically:
  28.  
  29. 1) What methods/tools did you use if you used OOA or Design?
  30.  
  31. 2) What platform/workstation/servers are prefered for both development
  32. and deployment?
  33.  
  34. 3) What language(s) did you use, C, C++, Cobol, 4GL?  Did you use any CASE
  35. tools?  E.g. What is a _very_ large, deployed system for C++?
  36.  
  37. 4) How about GUIs and their development tools?  Motif, Windows, Forms?
  38. The ideal situation would take advantage of existing PC hardware
  39. running Windows for the infrequent users, and perhaps an Xterm to a
  40. workstation for continous users.
  41.  
  42. 5) Which database tools were used, Sybase, Ingres, Oracle?
  43.  
  44. 6) I am also looking for any literature I can find on _deployed_ systems
  45. similar to this, books, papers, etc.
  46.  
  47. Thank you for your input,
  48. dave
  49.  
  50. ________________________________________________________________________
  51. Dave Pracht                    phone: (914)347-6860
  52. Director of Applications Development        fax: (914)347-3182
  53. Artificial Intelligence Technologies, Inc.    internet: dave@ait.com
  54. Westchester Co. NY
  55. ________________________________________________________________________
  56.