Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 21st, 2007, 05:59 PM
Registered User
 
Join Date: Mar 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need help on coordinating parts of program please

Program type: preferably windows service


<<Program Description>>
Part 1: polls sql table for recs with certain criteria (needs to check every minute or so)

Part 2: If part 1 finds recs that match, then part 2 needs to retrieve those records and do some work to them. (convert the records data into a xml document)

Part 3: The newly created xml document needs posted to a clients website (which gives a response of an error code or confirmation #)

Part 4: The original sql record needs updated with the confirmation and a flag signifying the task is done.

I am having problems figuring out how this should be done.. for instance if part 1 is checking every minute by using a timer if parts 2 - 4 haven't completed after part 1 has notified them the first time it might try to notify about the same records again

How would you keep everything organized







Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Web Parts control ??? nobitavn94 ASP.NET 2.0 Basics 0 December 16th, 2006 06:04 AM
Using Web Parts control ??? nobitavn94 ASP.NET 2.0 Basics 0 December 16th, 2006 06:03 AM
Custom Web parts snapple BOOK: Professional Web Parts and Custom Controls ASP.NET ISBN: 0-7645-7860-X 1 May 12th, 2006 08:25 AM
Web Parts in a Master Page melissa820 BOOK: Professional Web Parts and Custom Controls ASP.NET ISBN: 0-7645-7860-X 0 April 4th, 2006 03:03 PM
Setup Project: Program not added in Start>Program arif_1947 VS.NET 2002/2003 2 March 31st, 2005 06:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.