Poll: A web service or a DLL?

+ Post New Thread
Results 1 to 2 of 2
Coding Thread, Webservice or just a normal DLL? in Coding and Web Development; I'm currently implementing the biometric part of our cashless catering system (a c# project), and I have decided to make ...
  1. #1

    localzuk's Avatar
    Join Date
    Dec 2006
    Location
    Minehead
    Posts
    15,297
    Blog Entries
    24
    Thank Post
    490
    Thanked 1,947 Times in 1,524 Posts
    Rep Power
    660

    Webservice or just a normal DLL?

    I'm currently implementing the biometric part of our cashless catering system (a c# project), and I have decided to make it independent to the actual program, and have it in it's own database, so I can use it for future projects too (so we would only have to enroll the kids once).

    The question I have is this - which, if you were doing this, would you use? A web service? or a standard DLL, for interfacing with the biometrics database?

    Both have advantages, and both have disadvantages. So... opinions?

  2. IDG Tech News
  3. #2

    SYNACK's Avatar
    Join Date
    Oct 2007
    Posts
    10,162
    Blog Entries
    9
    Thank Post
    749
    Thanked 2,455 Times in 2,087 Posts
    Rep Power
    688
    The webservice would be vastly more interoperable between diverse systems and is easily encryptable via SSL. It would have a slight performance hit but nothing noticible unless you are processing several thousand a second.

    If you are sticking with all windows apps then the DLL could be fractionally easier to code.

SHARE:
+ Post New Thread

Similar Threads

  1. ex-RAID drive return to normal size?
    By contink in forum Hardware
    Replies: 2
    Last Post: 8th June 2009, 06:46 PM
  2. [MS Office - 2003] Word and Normal.dot problem
    By dansymons in forum Office Software
    Replies: 6
    Last Post: 18th March 2009, 12:13 PM
  3. Ris v Normal Build
    By garethedmondson in forum Windows
    Replies: 12
    Last Post: 6th February 2009, 12:29 PM
  4. Is this normal?
    By button_ripple in forum Windows
    Replies: 2
    Last Post: 19th May 2008, 02:29 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •