Hi, my name is Werner Schmidt-Wilczek,
 
i am a programmer at the Policegovernment in Nuremberg, Bavaria, Germany.
 
I am using mod_perl for our Intranet. The performance is great, but there are many sideeffects!
 
An example:
I have a database with 50000 items. I load this items one time in a hour in a array named ARTIKEL.
The array ARTIKEL ist declared in /usr/inclued/apache/modules/perl/startup.perl - i think its global an correct in this way -
all users can search in this array. But sometimes it seams mod_perl has forgotten the array. I call my script 4,5... times,
it runs correct but perhaps it has forgotten all the global filled variables - what happens.
 
I called the Dumper \@ARTIKEL and he says the array is filled, but next time the array is empty - what is my failure???
 
Please help me
 
I am looking forward to your answer
with greetings
 
Werner Schmidt-Wilczek

Reply via email to