diff options
Diffstat (limited to 'docs/Guide.pod')
-rw-r--r-- | docs/Guide.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Guide.pod b/docs/Guide.pod index c0787bc..3a9f43f 100644 --- a/docs/Guide.pod +++ b/docs/Guide.pod @@ -115,6 +115,13 @@ B<TODO: catch "messsage private", check params, generate response> =head1 USEFUL THINGS + +=head2 Dealing with Blocking IO + +B<TODO: see F<hddtemp.pl> on SIO> - fork and use pipes to communicate. Also +remember to pidwait the child> + + =head2 Getting the Response Value of a Remote Command B<TODO: Add bazerka's snippet here> |