Re: Request for Information

2006-09-01 Thread Perrin Harkins
ut objects into a session. You should keep sessions as small as possible. A good approach is to only database keys, rather than the actual data. - Perrin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Segfaults

2004-04-23 Thread Perrin Harkins
On Fri, 2004-04-23 at 18:21, Beau E. Cox wrote: > 1) are core dumps automatically generated by seqfaults? If not, > how do I have Apache generate them? Sounds like you're looking for this: http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Fault

Re: problems with sessions and upgrading

2002-10-02 Thread perrin
u either hav to write your own data migration script or not upgrade Apache::Session. - Perrin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PerlModule hell - questions and comments

2002-03-25 Thread Perrin Harkins
ded, so that if the C stuff gets unloaded the perl stuff will too. In your case, PerlFreshRestart might help with what you're trying to do since it will clear %INC, but you may still have the problem with needing to call Init. - Perrin ---

Re: PerlModule hell - questions and comments

2002-03-25 Thread Perrin Harkins
7;t be this much trouble for most people or no one would be using Embperl or custom conf directives. - Perrin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]