I have an idea for a windows service but i'm not sure how well it will work out. So i'd like to run the idea by some of you gurus for speculation.
First off I am an avid chess player and try to play as much as my day will allow. My games are all saved on my computer. Many chess players do the same so that they may analyze thier games etc...
My idea is to create a windows service that would search for files that contain chess games and add them to a database. I'd like it to check for files that have added new games to them as well.
My idea to accomplish this is to create a windows application that prompts a user for different folders and files to 'watch' for chess games. I understand that using the root directory would be horrendous on any CPU therefore only folders and files not drives would be allowed in the list.
Once a user has specified where his games may be found these places would be added to a text file.
I'd like to have my Service app search for this certain file every hour or so and search for games in these places and add them to a database.
Is this a good idea to get me started in windows services?
if i can get it to work it would be a great benefit to me and my chess life. I have many ideas that could stem from this application as well.
Any suggestions or comments for this application are greatly appreciated.
ps
i know that i can not use a graphical interface for my service... this is why another application will write to a file instead. That way the service can find the file and search accordingly. issues concerning file access are running through my head as well...
brandon
First off I am an avid chess player and try to play as much as my day will allow. My games are all saved on my computer. Many chess players do the same so that they may analyze thier games etc...
My idea is to create a windows service that would search for files that contain chess games and add them to a database. I'd like it to check for files that have added new games to them as well.
My idea to accomplish this is to create a windows application that prompts a user for different folders and files to 'watch' for chess games. I understand that using the root directory would be horrendous on any CPU therefore only folders and files not drives would be allowed in the list.
Once a user has specified where his games may be found these places would be added to a text file.
I'd like to have my Service app search for this certain file every hour or so and search for games in these places and add them to a database.
Is this a good idea to get me started in windows services?
if i can get it to work it would be a great benefit to me and my chess life. I have many ideas that could stem from this application as well.
Any suggestions or comments for this application are greatly appreciated.
ps
i know that i can not use a graphical interface for my service... this is why another application will write to a file instead. That way the service can find the file and search accordingly. issues concerning file access are running through my head as well...
brandon