I see where the compiler would be problematic, but how about this scenario:

I'm using midgard to develop a couple of database applications, one to document the
IS department I run, another to handle a product database for our bookstore.  The
product database relies on midgard for it's interface only, calling out to another
database in MySQL for the data.  The documentation project uses content trees from
midgard extensively, as well as an external database to track pc's and other harware.

What I'm thinking about is not so much pre-compiling pages, but pre-compiling the
functions that call to the external databases.  The midgard pages can be dynamic, but
the things that aren't designed to be malleable can be compiled once they reach a
final revision.  Of course, it would be better to write the functions in C if they
really need to be that fast, but I don't know C.  Sigh.  I went to music school and
my brother was a CS major.  Now we're both System Admins, and I have to learn as I
go.  The creative process that you follow in music is similar to programming, but
anyway, the compiler might not be totally useless to midgard users, especially if
they are using midgard in tandem with external databases.

Have a good one.
Darren Petersen

Emiliano Heyns wrote:

> Darren Petersen wrote:
> >
> > The stuff I've read on php4/Zend tell of a php compiler that speeds up the
> > execution of a script by quite a bit.  Let me see if I can find the page...here
> > it is!
> > http://hotwired.lycos.com/webmonkey/99/51/index3a_page2.html?tw=programming
>
> Hmm. Looks like you have to pre-compile pages to use this. I was hoping
> it'd be
> a JIT kind of thing so Midgard could make an easy win.
>
> Another cool feature mentioned in the article was the possibility to
> call Java libs.
> I would *lurve* to have the possibility to write Midgard library
> components in
> server-side java.
>
> Emile
>
> --
> This is The Midgard Project's mailing list. For more information,
> please visit the project's web site at http://www.midgard-project.org
>
> To unsubscribe the list, send an empty email message to address
> [EMAIL PROTECTED]


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to