Click here to Skip to main content
15,887,256 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 9:31
Saamir9-Jun-09 9:31 
GeneralRe: Windows Service and Threading Pin
Mycroft Holmes9-Jun-09 14:26
professionalMycroft Holmes9-Jun-09 14:26 
GeneralRe: Windows Service and Threading Pin
Luc Pattyn10-Jun-09 8:37
sitebuilderLuc Pattyn10-Jun-09 8:37 
AnswerRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 6:46
professionalAbhijit Jana9-Jun-09 6:46 
GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 9:28
Saamir9-Jun-09 9:28 
GeneralRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 10:42
professionalAbhijit Jana9-Jun-09 10:42 
GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 10:52
Saamir9-Jun-09 10:52 
GeneralRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 11:05
professionalAbhijit Jana9-Jun-09 11:05 
I was asking because in my case there can be possiblity of many file submitted at the same time, because files are submitted via Web services. So I was wondaring with behaviour of FileSystemWatcher that it can manage that hughe change list or not. So what I did, I have stored the file name in DB while client storing the file into the folder, means my Web service save the posted file and store the Filename in DB . Now what I did, Windows Service read the DB load 100 Files name in DataSet, Process them one by one and update the dataset, After complete the all processing I have update DB with the updated dataset and Load the next 100 Records. Now If there is no records, I have used a DelegateTimer which will monitor the database with 15 min interval to file come. If file is there, I stopped the current timer and process those data.

cheers,
Abhijit
CodeProject MVP
Web Site:abhijitjana.net

GeneralRe: Windows Service and Threading Pin
Saamir9-Jun-09 11:17
Saamir9-Jun-09 11:17 
JokeRe: Windows Service and Threading Pin
Abhijit Jana9-Jun-09 11:23
professionalAbhijit Jana9-Jun-09 11:23 
QuestionIs it at all possible to get the REAL amount of memory installed on the computer? Pin
taralex9-Jun-09 5:39
taralex9-Jun-09 5:39 
AnswerRe: Is it at all possible to get the REAL amount of memory installed on the computer? Pin
Dave Kreskowiak9-Jun-09 7:05
mveDave Kreskowiak9-Jun-09 7:05 
GeneralRe: Is it at all possible to get the REAL amount of memory installed on the computer? Pin
Luc Pattyn9-Jun-09 7:24
sitebuilderLuc Pattyn9-Jun-09 7:24 
GeneralRe: Is it at all possible to get the REAL amount of memory installed on the computer? [modified] Pin
taralex9-Jun-09 7:38
taralex9-Jun-09 7:38 
QuestionTaking screenshots from games Pin
SimpleData9-Jun-09 4:13
SimpleData9-Jun-09 4:13 
GeneralRe: Taking screenshots from games Pin
harold aptroot9-Jun-09 5:30
harold aptroot9-Jun-09 5:30 
AnswerRe: Taking screenshots from games Pin
Baeltazor9-Jun-09 6:14
Baeltazor9-Jun-09 6:14 
GeneralRe: Taking screenshots from games Pin
Anthony Mushrow9-Jun-09 13:54
professionalAnthony Mushrow9-Jun-09 13:54 
QuestionHow I can filter out Child Entities Pin
Qasim19849-Jun-09 3:21
professionalQasim19849-Jun-09 3:21 
QuestionHow to copy the selected tree node along with its children and paste the same Pin
Rafone9-Jun-09 3:20
Rafone9-Jun-09 3:20 
AnswerRe: How to copy the selected tree node along with its children and paste the same Pin
Mycroft Holmes9-Jun-09 4:21
professionalMycroft Holmes9-Jun-09 4:21 
GeneralRe: How to copy the selected tree node along with its children and paste the same Pin
Rafone9-Jun-09 7:53
Rafone9-Jun-09 7:53 
GeneralRe: How to copy the selected tree node along with its children and paste the same Pin
Mycroft Holmes9-Jun-09 14:19
professionalMycroft Holmes9-Jun-09 14:19 
GeneralRe: How to copy the selected tree node along with its children and paste the same Pin
Rafone9-Jun-09 16:28
Rafone9-Jun-09 16:28 
QuestionSQL Connection problem Pin
KIDYA9-Jun-09 2:57
KIDYA9-Jun-09 2:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.