Click here to Skip to main content
15,902,299 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Question2.0 Printer manipulation Pin
SBarnettAZ5-Sep-07 13:37
SBarnettAZ5-Sep-07 13:37 
QuestionRemoting. I Just Don't Get It Pin
#realJSOP5-Sep-07 9:21
professional#realJSOP5-Sep-07 9:21 
AnswerRe: Remoting. I Just Don't Get It Pin
Rob Graham5-Sep-07 9:47
Rob Graham5-Sep-07 9:47 
GeneralRe: Remoting. I Just Don't Get It Pin
#realJSOP5-Sep-07 10:23
professional#realJSOP5-Sep-07 10:23 
AnswerRe: Remoting. I Just Don't Get It Pin
Marc Clifton5-Sep-07 9:57
mvaMarc Clifton5-Sep-07 9:57 
GeneralRe: Remoting. I Just Don't Get It Pin
#realJSOP5-Sep-07 10:22
professional#realJSOP5-Sep-07 10:22 
GeneralRe: Remoting. I Just Don't Get It Pin
Marc Clifton5-Sep-07 10:33
mvaMarc Clifton5-Sep-07 10:33 
GeneralRe: Remoting. I Just Don't Get It Pin
#realJSOP6-Sep-07 9:41
professional#realJSOP6-Sep-07 9:41 
I was going to describe the processing logic and came to the realization that the service doesn't have to be (and maybe should NOT be) a service. It could be a GUI app or a console app.

In any case...

1) The server app waits for a file to be written.

2) When the file is done being written, the server app posts a delimited string in the shared object.

3) The service (or client app) polls the shared object until the string it retrieves in different from the last one it processed.

4) It processes the string, and then returns to polling the shared object.

Items of note:

The client processes the string (much)faster than the server can indicate that a new file is written (we're talking anywhere from 4-50gb file sizes).

The client needs to be able to handle the server not running at any given time.

I have some code written, but the server and client don't seem to be talking to each other. I'm going to move away from the client "service" paradigm for easier debugging and see what happens. Running as a service introduces security concerns on Vista that I may not be handling correctly.

I'll start a new message thread if I can't get it working.



"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralRe: Remoting. I Just Don't Get It Pin
led mike6-Sep-07 10:43
led mike6-Sep-07 10:43 
GeneralRe: Remoting. I Just Don't Get It Pin
Marc Clifton6-Sep-07 10:57
mvaMarc Clifton6-Sep-07 10:57 
AnswerRe: Remoting. I Just Don't Get It Pin
led mike5-Sep-07 10:34
led mike5-Sep-07 10:34 
Questionvs.net 2005 installation help Pin
ManiMughal5-Sep-07 8:57
ManiMughal5-Sep-07 8:57 
AnswerRe: vs.net 2005 installation help Pin
rohitsrivastava9-Sep-07 20:58
rohitsrivastava9-Sep-07 20:58 
Questionvs.net 2005 installation help Pin
ManiMughal5-Sep-07 8:56
ManiMughal5-Sep-07 8:56 
AnswerRe: vs.net 2005 installation help Pin
Colin Angus Mackay5-Sep-07 9:19
Colin Angus Mackay5-Sep-07 9:19 
QuestionTo get/set comments on VSS Item Programmatically Pin
Mushtaque Nizamani5-Sep-07 5:15
Mushtaque Nizamani5-Sep-07 5:15 
Question.Net programing Pin
ali_reza_zareian5-Sep-07 2:48
ali_reza_zareian5-Sep-07 2:48 
AnswerRe: .Net programing Pin
originSH5-Sep-07 3:03
originSH5-Sep-07 3:03 
AnswerRe: .Net programing Pin
Dave Kreskowiak5-Sep-07 4:56
mveDave Kreskowiak5-Sep-07 4:56 
GeneralRe: .Net programing Pin
originSH5-Sep-07 6:24
originSH5-Sep-07 6:24 
GeneralRe: .Net programing Pin
Dave Kreskowiak5-Sep-07 14:08
mveDave Kreskowiak5-Sep-07 14:08 
GeneralRe: .Net programing Pin
Paul Conrad8-Sep-07 4:30
professionalPaul Conrad8-Sep-07 4:30 
AnswerRe: .Net programing Pin
Thomas Stockwell7-Sep-07 5:36
professionalThomas Stockwell7-Sep-07 5:36 
AnswerRe: .Net programing Pin
rohitsrivastava9-Sep-07 21:03
rohitsrivastava9-Sep-07 21:03 
QuestionWord Addins Pin
som84835-Sep-07 2:21
som84835-Sep-07 2: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.