[haXe] object that stays around between web requests?

dennis dennis at works4me.com
Tue Aug 1 19:50:51 CEST 2006


Nicolas Cannasse wrote:
> In general, we open a connection and close it after each request. It
> works and scale well, since you don't have "sleeping" connections.
>
>   
And this probably works fine unless someone wants an Oracle module, 
where the database connection takes a while. No biggie.
> There are some infos on the Neko website, maybe this should be
> documented on the haXe site as well.
>
> http://nekovm.org/doc/mod_neko#script_versus_application
>
>   
Interesting. That speaks to the cacheModule functionality. I am curious 
though - can you have other than Index.n files in a directory? How would 
you access them?



More information about the Haxe mailing list