[users@httpd] Problem accessing STATIC variables on Apache 1.3.33

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Title: Problem accessing STATIC variables on Apache 1.3.33

Hi All,

Sorry in case this is a silly problem.... but i have tried a lot and since didnt found any solution am putting mail....

I had earlier configured Apache on Windows. I had a small Plug-in running on the windows system which used to authenticate requests...
In the windows version i had some static variables which were used based on the values.

e.g. static int nVal = 0;


function abc()
{
      nval = 1;
}

Once the value was changed to 1, it was reflected across the whole of my module irrespective of the request.

But currently i am facing problems when i ported the same code to HPUX 11i.
In HP although the code is the same, it always displays the initial value in case the request from Apache is a new one. (i.e. value for nVal is 1).

Is this because Apache on UNIX based machines is a Process based model while on Windows its a thread based one....???

Is there any way how i can manage static variables for HP....????

Do reply...
siba



Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@xxxxxxxxx immediately
and destroy all copies of this message and any attachments.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux