No subject


Thu Oct 13 11:38:50 EDT 2022


resources well under mod_perl. There is a lot of embedded requires
within functions which causes code to be loaded at run time, rather
than at apache startup time.  By making perl code load up at start
time, you get the benefit of sharing the memory needed for it.
Ideally, any code that is often used within RT *should* be loaded by
the webmux script.  That is, anywhere you see a "use XXX" within
modules that WebRT needs, those should also be in the startup script.

Speaking of "use ..." lines, it seems that some of the code assumes
that this happens at run time not compile time.  This is not true...
but then this is not the place to discuss coding style. ;-)

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera at kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/




More information about the rt-users mailing list