Re: Initialize object permanently

2008-05-16 Thread Rob Dixon
anthony brooke wrote: > > Rob Dixon wrote: >> >> (I couldn't be bothered to reformat your post this time. Please bottom-post >> on this group. It's said several times a week.) > > (Sorry, I really don't know about that, could you tell why must it in > bottom ?) Because extended threads become ver

Re: Initialize object permanently

2008-05-16 Thread Rob Dixon
anthony brooke wrote: > > Thanks for the reply, it's a dynamic server side script that currently > using CGI, but I am going for mod_perl. The interface is something like > Google, so everytime the user make a request to lookup let's say the > meaning of a word, the WordNet object have to be initia

Re: Initialize object permanently

2008-05-16 Thread anthony brooke
ere a work around of this with mod_perl ? Thanks - Original Message From: Rob Dixon <[EMAIL PROTECTED]> To: beginner perl mailling list Cc: anthony brooke <[EMAIL PROTECTED]> Sent: Saturday, May 17, 2008 0:47:52 Subject: Re: Initialize object permanently anthony brooke wrote:

Re: Initialize object permanently

2008-05-16 Thread Rob Dixon
anthony brooke wrote: > > Hello, I am using Wordnet::QueryData which allow access to a very huge > dictionary data. The initialization of object > my $wn = WordNet::QueryData->new; > > took > 2 wallclock secs ( 2.36 usr + 0.07 sys = 2.43 CPU) > > Then the subsequent request for the data is e

Re: Initialize object permanently

2008-05-16 Thread Chas. Owens
On May 16, 2008, at 04:55, anthony brooke wrote: Hello, I am using Wordnet::QueryData which allow access to a very huge dictionary data. The initialization of object my $wn = WordNet::QueryData->new; took 2 wallclock secs ( 2.36 usr + 0.07 sys = 2.43 CPU) Then the subsequent request for th