stas        2002/07/12 02:55:16

  Modified:    src/docs/2.0/user/coding coding.pod
  Log:
  start collectiong threads material
  
  Revision  Changes    Path
  1.14      +12 -0     modperl-docs/src/docs/2.0/user/coding/coding.pod
  
  Index: coding.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/coding/coding.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- coding.pod        27 Jun 2002 16:05:55 -0000      1.13
  +++ coding.pod        12 Jul 2002 09:55:16 -0000      1.14
  @@ -154,6 +154,18 @@
   You can still call C<CORE::exit> to kill the interpreter, again if you
   know what you are doing.
   
  +
  +=head1 Threads Coding Issues under mod_perl
  +
  +Of course first of all study how the new ithreads Perl model works, by
  +reading the I<perlthrtut>, I<threads> and I<threads::shared> manpages.
  +
  +Artur Bergman explains how to port pure Perl modules to work properly
  +with Perl ithreads. Issues with chdir() and other functions that rely
  +on shared process' datastructures are discussed.
  +http://www.perl.com/lpt/a/2002/06/11/threads.html
  +
  +
   =head1 Maintainers
   
   Maintainer is the person(s) you should contact with updates,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to