Results 1 to 4 of 4

Thread: help needed in time out concept

  1. #1

    Thread Starter
    Fanatic Member karthikeyan's Avatar
    Join Date
    Oct 2005
    Location
    inside .net
    Posts
    919

    help needed in time out concept

    I have windows service and web service and Busines layer. My windows service calls the webmethod which inturn calls my BLL.My BLL will do the xml paring and inserts into database. So My doubt is if any time out occurs in the WCF webservice, will the BLL continue its work? if not please give me an solution to continue the work. if any time out occurs in the WCF webservice, my BLL work should not gets affected.Please help me in this and if any sample please share with me.
    Loving dotnet

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: help needed in time out concept

    I don't understand. What is your business layer?
    If any part of a distributed system goes down for any reason, and you do not have redundency in place then yes your system will have problems. You can do things similar to say Outlook and work "offline" where you save data changes locally until your distributed services come back online. Doing that type of thing will depend on your layers, for example does your BLL have a copy of all the data to allow local reads. There are loads of considerations on this one, most of them need to be thought about long before a line of code is written.

  3. #3
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,754

    Re: help needed in time out concept

    Wrong forum.
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: help needed in time out concept

    Moved

Posting Permissions

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



Click Here to Expand Forum to Full Width