Thread: Transaction Processing System

  1. #1
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784

    Transaction Processing System

    I bought a book on transaction processing but it hasn't arrived in the mail yet. Are databases like Oracle, or ProgreSQL the way to go if you are building a transaction processing system for a business that does online sales. Does the database replace credit card oraganizations like CBill or IBill?

  2. #2
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    I don't understand why people are still paying programmers to write these things... there are several off-the-shelf brands that are excellent.
    EntropySink. You know you have to click it.

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    There may be privacy issues that a corporation requires, and therefore wants its own software built. In addition if no new development took place than I guess the days of computers are numbered.

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    ehh... I guess you have a point there... but new development will still occur... I just think there are some arenas where the ideas have been exhausted. The only changes that need to be made are OS dependent.
    EntropySink. You know you have to click it.

  5. #5
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    I bet most of the code for legacy systems has not been converted to more managable OOP. Most of the solutions to building a transaction processing system have probably been explored but I don't know too much about it. I don't know if it is a great idea always having to purchase upgrades from companies, I know of many large corporations that still do manual record keeping. Some of them don't want to pay vendors, however they don't mind paying their own employees to create an maintain a private system.

  6. #6
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I can't speak for otehr companies, bu tI know that my company devs a lot of its software in house for the simple reason that it's in-house. The people that wrote the software are still there, so they can fix it if something goes wrong, plus, management has an easy scapegoat. They can also be assured that it'll work with whatever bugs they have in their system.

  7. #7
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    I think that will be the growing trend. The vendors are asking for too much. In my opinion, vendors who build and sell the OS should not do anything else.

  8. #8
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    >>I bet most of the code for legacy systems has not been converted to more managable OOP.<<

    Organisations don't because it is too expensive to do so, plus not all legacy code needs to be rewritten. If you serves the purspose of the organisation, then they will develop some workaround to ensure that it does its job.

  9. #9
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    One reason why they might want to refactor some of the code in more manageable OOP is so that they can add functionality to their system. This is too difficult to do with action based code. Take for instance frameworks. This is a great idea for building a suit of systems that take advantage of reusable design rather than reusable code. True it is expensive as you say, but at some point they will not be able to work with the legacy system.

  10. #10
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    >>True it is expensive as you say, but at some point they will not be able to work with the legacy system.<<


    Indeed this is quite true. You can only run a system for so long before it is not benefitting the organisation. There are many benefits to coding a system in OOP. However, the decision to change a system is often more to do with politics than performance - hence the case where the best technology or methods may not always be used.

  11. #11
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Originally posted by Govtcheez
    I can't speak for otehr companies, bu tI know that my company devs a lot of its software in house for the simple reason that it's in-house. The people that wrote the software are still there, so they can fix it if something goes wrong, plus, management has an easy scapegoat. They can also be assured that it'll work with whatever bugs they have in their system.
    That's definately true around here... although I'm the only developer in-house... and my priorities lie elsewhere. They'd love me to switch all the software to be SQL-server based instead of that damn ADO/Access based crap, but I have to work on my thesis. Plus having stuff built inhouse is useful if major changes are made.
    EntropySink. You know you have to click it.

  12. #12
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Has anyone here done this kind of work?

  13. #13
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    I've done in-house DB stuff (with Paradox), but never exactly what you're talking about - not many people buy power over the internet.

  14. #14
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Hey Dean - let me know how that book turns out - I'd be interested in fooling around with that sort of thing.

  15. #15
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    Than you should also install Linux so that you can write standard C++ code with g++ and emacs, and use high quality free GUI emulation libraries, plus loads of other stuff covered under the GPL, in a pure multi user system.

    I am also slowly looking into CORBA because it ties into transaction processing. There are a few main TP books. I still need to order the TP bible. It was written in 1993 but apparently it is still the best TP book around. That's because the solutions it uses are still applicable. When I started to look at .net I noticed that they were using solutions from the 1970's.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Processing system file
    By Moony in forum C Programming
    Replies: 2
    Last Post: 06-12-2006, 05:26 PM
  2. measuring system resources used by a function
    By Aran in forum C Programming
    Replies: 1
    Last Post: 03-13-2006, 05:35 PM
  3. New system build wont boot
    By lightatdawn in forum Tech Board
    Replies: 7
    Last Post: 12-02-2005, 06:58 AM
  4. BIOS system and memory allocation problem
    By beely in forum Tech Board
    Replies: 9
    Last Post: 11-25-2003, 07:12 AM
  5. Problem Reporting System. Need Advide!
    By brunomiranda in forum Tech Board
    Replies: 9
    Last Post: 09-25-2003, 09:21 PM