Click here to Skip to main content
15,892,674 members

Comments by Peter Weyzen (Top 3 by date)

Peter Weyzen 21-Jun-11 17:32pm View    
totally looking for something I can use in production software... stuff that doesn't require a debugger, and stuff that has no predefined failcase.

We have a situation where sqlite is throwing some exceptions in production software, and we'd like access to that information.
Peter Weyzen 6-Jan-11 3:47am View    
The client is a windows shell extension (on explorer.exe)... It actually starts long before the server starts up.

The concern wasn't really about that, but about a loop inside the server which accepts connections. There's a small window between when the incoming pipe is connected, before the next connection can happen. My concern was about what happens to the caller inside that window -- is it possible that the call from the shell could fail inside that window of time.

I know little about the ins and outs of pipes -- code was received from a contractor...

Thanks for confirming this.
Peter Weyzen 5-Jan-11 22:12pm View    
Thanks -- just looking for confirmation!