in reply to mod_perl shared mem and autoviv
It's very hard to avoid modifying Perl data structures (and thus unsharing them). Just reading a numeric scalar in a string context causes a change in the memory structure for that scalar. You may not be able to fix it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: mod_perl shared mem and autoviv
by LetoX (Initiate) on Jul 19, 2002 at 07:33 UTC | |
by perrin (Chancellor) on Jul 19, 2002 at 14:26 UTC |