Click here to Skip to main content
15,888,293 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sharing Internet using bluetooth devices Pin
EliottA9-Jun-09 8:10
EliottA9-Jun-09 8:10 
Questionis there a way to bind a crystal report programincally Pin
neodeaths9-Jun-09 6:47
neodeaths9-Jun-09 6:47 
AnswerRe: is there a way to bind a crystal report programincally Pin
SilimSayo9-Jun-09 9:43
SilimSayo9-Jun-09 9:43 
QuestionWindows Service and Threading Pin
Saamir9-Jun-09 5:57
Saamir9-Jun-09 5:57 
AnswerRe: Windows Service and Threading Pin
EliottA9-Jun-09 6:21
EliottA9-Jun-09 6:21 
AnswerRe: Windows Service and Threading Pin
Luc Pattyn9-Jun-09 6:38
sitebuilderLuc Pattyn9-Jun-09 6:38 
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 
We do exactly the same thing except we use a winforms app to give feedback to the user, it chacks every 2 minutes and disables the timer while checking (otherwise eyou get multiple threads)

We have implemented a delay in the reading of the file to avoid touching files still being written by setting a flag with the time of first seeing the file, if more than # period has elapsed since seeing the file we can then process it.

This has been working perfectly for the past 4 years, at 2am it processes up to 1200 files an hour.


Never underestimate the power of human stupidity
RAH

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 
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 

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.