Subj : Re: efficient searchs
To : Ragnarok
From : Digital Man
Date : Sun Nov 27 2005 03:19 pm
Re: Re: efficient searchs
By: Ragnarok to Digital Man on Sun Nov 27 2005 07:55 pm
> Digital Man wrote:
>
> > Re: efficient searchs
> > By: Ragnarok to DOVE-Net.Sync_JavaScript on Fri Nov 25 2005 05:29 pm
> >
> > > msg.close();
> > > }
> > > else {
> > > writeln ("Error al abrir la base de mensajes: " +
> > > msg_base.grp_list[grp].
> > > }
> > > }
> > > }
> >
> > Your script seems to just search the message subjects. This is slow?
> >
> > digital man
> my idea is search in to body of messages too(in future), to put it into a
> web page, but i think to this will be more slow
> i can export the msgbase in timed events to mysql engine or make a cgi in
> c++ usign the msgbase api, but i dont know. i searching for ideas =?