dougm       2002/06/21 09:39:44

  Modified:    .        Changes
  Log:
  update Changes
  
  Revision  Changes    Path
  1.27      +10 -0     modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Changes   17 Jun 2002 20:00:44 -0000      1.26
  +++ Changes   21 Jun 2002 16:39:44 -0000      1.27
  @@ -10,6 +10,16 @@
   
   =item 1.99_04-dev
   
  +various APR PerlIO updates [Stas Bekman]
  +
  +stop using an apr_pool_t to allocate items for the interpreter pool,
  +safer for threaded MPMs and prevents "leaks" when interpreters are
  +removed from due to PerlInterpMax{Requests,Spare}
  +
  +implement modperl_sys_dlclose() to avoid apr/pool overhead/thread issues
  +
  +get the -DPERL_CORE optimization working again
  +
   PERL_SET_CONTEXT to the parent interpreter when cloning interpreters at
   request time, else dTHX might be NULL during clone in the given thread,
   which would crash the server.
  
  
  


Reply via email to