You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Ragnar Hakonarson <rh...@conquestnetwork.com> on 2000/06/05 14:15:19 UTC

A small question

Hi all,

Does anyone know the meaning behind the text below that I am getting in my
EmbPerl log?

	. Entry-SVs: 56504 -OBJs: 50 Exit-SVs: 63290 -OBJs: 50


	. Entry-SVs: 56506 -OBJs: 50 Exit-SVs: 63295 -OBJs: 50
	[29380]REQ: Embperl 1.3b2 starting... Mon Jun 5 11:43:14 2000

Regards,
Ragnar


RE: A small question

Posted by Gerald Richter <ri...@ecos.de>.
>
> Does anyone know the meaning behind the text below that I am getting in my
> EmbPerl log?
>
> 	. Entry-SVs: 56504 -OBJs: 50 Exit-SVs: 63290 -OBJs: 50
>

This means upon entry of the page Perl has allocated 56504 SVs (scalar
values, that's where all your data is stored inside Perl) and on exit of
your script there are 63290. The other numbers are for objects allocated by
Perl

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------