-----Original Message-----
From: Michael B. Wright [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 5:12 PM
To: activeperl
Subject: RE: Persistent Data Across Sessions


What is Global.asa to ASP and PerlScript?
file:///C:/develop/Perl/html/Components/Windows/PerlScript.html#global_asa

Active Server Pages and Perl
file:///C:/develop/Perl/html/Windows/ActiveServerPages.html

I think that the bundled documentation has more that enough information for
you.

mod_perl is at the heart of the Apache/Perl integration project, and I think
it is not the best route if you are using IIS - despite some of the other
responses.

-good luck

p.s.
Applications, Sessions, and Global.asa
http://www.asp101.com/resources/apps_sessions_gasa.asp


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> activeperl
> Sent: Friday, July 12, 2002 5:39 AM
> To: [EMAIL PROTECTED]
> Subject: Persistent Data Across Sessions
>
>
> Hello,
>   I'm running ISAPI ActivePerl module on IIS.  Is there a way to define
> data that persists through sessions?  There is certain data, for example
> a hash of Languages that I currently load from my database each session.
> The list of languages rarely changes, so loading it from the database
> each time seems senseless.
>
> I've tried to write data like this to a file and then load it in to hash
> or whatever other variables I need instead, but this also takes a
> significant amount of time.  One of my hashes contains 1,000 entries and
> it has added noticible delay to my pages.
>
> Thank you.
>
>
> _______________________________________________
> ActivePerl mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to