Nic Strong

573
Reputation
102 views

Registered User

Name Nic Strong
Member for 1 year
Seen 5 hours ago
Website
Location Auckland, NZ
Age 37
Me!
Nov
15
answered ForEach @ Generixs
Nov
4
revised How do I get the child process id in Parallel::ForkManager?
Updated answer with one of my comments
Nov
4
accepted How do I get the child process id in Parallel::ForkManager?
Nov
4
comment How do I get the child process id in Parallel::ForkManager?
Scrub that last comment, the $pm->finish should exit the child process. But since you dropped the 'and next' from the start call the parent process is also running the download as well. I am guessing 21892 is the pid of the parent process which will run through the loop multiple times.
Nov
4
comment How do I get the child process id in Parallel::ForkManager?
Just a guess but perhaps Parallel:ForkManager is reusing the process since the download is complete?
Nov
4
answered How do I get the child process id in Parallel::ForkManager?
Oct
30
answered techniques for obscuring sensitive strings in C++
Oct
30
comment Segmentation fault when catching exceptions in a libpthread linked app ( linux, C++ )
Been a while since I worked with pthreads what is the declaration of pthread_err?
Oct
13
awarded  Popular Question
Sep
8
comment Are member functions guaranteed to be ready before the creation of any object?
+1, but I would also add that if print() was virtual you would get even more severely undefined behaviour!
Aug
31
answered best way to generate options in VisualStudio Project files
Aug
26
comment REST services with .Net 2.0 framework & REST consumption in javascript..
Sorry, should have read it more carefully. I guess that only leaves OpenRasta from the list of toolkits I listed.
Aug
26
answered REST services with .Net 2.0 framework & REST consumption in javascript..
Aug
22
awarded  Yearling
Aug
4
comment Dump the container configuration in StructureMap
Exactly what I needed. Don't know how I missed that one.
Aug
4
asked Dump the container configuration in StructureMap
Jun
17
answered Why the below piece of code is not crashing , though i have deleted the object ?