Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Design for backend web service

  • 03-02-2014 02:32PM
    #1
    Registered Users, Registered Users 2 Posts: 303 ✭✭


    I've a question about the design of a back-end web solution. I've a good few years programming experience but haven't worked on much web related projects so looking for some advice of where to start.

    The general solution I am looking is a back-end for a website which has:
    - database
    - web service that provides data to client side web via XML/JSON from the DB
    - some processing component which will be always running. i.e. some always on background thread managing some processes/resources.

    I'll be using .NET so hosting in windows environment (and I guess there are many ways to design/implement this)

    For the web service part I'm thinking of WCF Rest service which can be hosted in IIS
    For the processing component could/should this be:
    A. windows NT service which would connect directly (or via web service) to the DB
    B. static thread running in the web service in IIS above (or in its own seperate web application)
    C. Something else cos A & B are way of the mark!

    So this is the bit that I not sure whats the best way to go especially in terms of when I go to host this solution with some hosting service. I guess with A I'd need a Virtual machine hosting if I have a NT service component and perhaps with B I'd only need a IIS web hosting provider.

    Any advice appreciated.


Comments

Advertisement