Skip to Content.
Sympa Menu

devel - [sympa-dev] Re: Removing initial call to get_lists in wwsympa.fcgi

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaün <address@concealed>
  • To: address@concealed
  • Cc: address@concealed
  • Subject: [sympa-dev] Re: Removing initial call to get_lists in wwsympa.fcgi
  • Date: Sun, 22 Jul 2007 09:05:09 +0200

address@concealed wrote:

I noticed that there was a call to get_lists in wwsympa.fcgi, just right
before the main loop. I have taken this call out, as it does not seem to be
used anywhere else in the code.

The goal of this call at wwsympa.fcgi startup if to populate the list of lists for later use. You'll note that List::get_lists() calls List::new() for each list ; it stores the List objects in %List::list_of_lists hash.

get_lists() call makes wwsympa.fcgi startup slower, but since we're using fastcgi later responses are faster.



Archive powered by MHonArc 2.6.19+.

Top of Page