Re: Which came first? The Chicken or the Egg

"Hugo Palma" <[email protected]> Wed, 22 Feb 2006 10:27:36 +0000
Newsgroups gmane.comp.ide.eclipse.spindle.devel
Message-ID <[email protected]>
This is starting to look quite filesystem intense. I guess i should start
thinking about adding some kind of caching to lookups and searches or else
the performance will suck.
What's your feelings on this ?
Do you think it's still acceptable to have lookups and searches hitting the
filesystems everytime ?

On 22/02/06, Geoff Longman <[email protected]> wrote:
>
> May need to do recursive lookups/searches many times.
>
> An example, find all the libraries in the project (lookup) and then
> find all the other files (.application, .jwc, .page, templates) after
> the libraries are parsed (search).
>
> Why? Because namspaces can declare the default template extension in
> the scope of that namespace. You can't know the extension until you
> parse the library, you can't parse the library until you have found
> it.
>
> --
> The Spindle guy.          http://spindle.sf.net
> Get help with Spindle:
> http://lists.sourceforge.net/mailman/listinfo/spindle-user
> Blog:                     http://jroller.com/page/glongman
> Feature Updates:          http://spindle.sf.net/updates
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log
> files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
> _______________________________________________
> Spindle-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/spindle-developer
>