unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Volkan YAZICI <yazicivo@ttnet.net.tr>
Cc: guile-user@gnu.org
Subject: Re: Guile Interpreter as a Standalone Server
Date: Sat, 21 Oct 2006 00:26:50 +0300	[thread overview]
Message-ID: <20061020212650.GE2076@alamut> (raw)
In-Reply-To: <87fydizpg9.fsf@ossau.uklinux.net>

Hi,

On Oct 20 09:45, Neil Jerram wrote:
> Volkan YAZICI <yazicivo@ttnet.net.tr> writes:
> >  - Parse & execute faster. (We won't need to create a new process
> >    everytime.)
> 
> Is this for a specific application, out of interest?

Yes, it's for PL/scheme. [http://plscheme.projects.postgresql.org/]

> >  - Cache parse plans.
> 
> I don't understand what this item means.

You know, there're some procedure volatility levels in SQL. For
instance, non-volatile (mmiutable) procedures always return same result
as long as you supply same argument values. (Yes, we've caching for this
in PL/scheme.) For volatile procedures, result depends on lots of
outsource data, therefore its result is undeterminable. But, I had
thought that at least I can make PL/scheme perform better by just
executing the previously cached parse plan (by skipping parsing from
scracth phase) parameters) of a volatile procedure called with exactly
the same arguments.


Regards.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


      reply	other threads:[~2006-10-20 21:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-05 18:00 Guile Interpreter as a Standalone Server Volkan YAZICI
2006-10-13 12:30 ` Ludovic Courtès
2006-10-14 20:27   ` Volkan YAZICI
2006-10-20 20:45 ` Neil Jerram
2006-10-20 21:26   ` Volkan YAZICI [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061020212650.GE2076@alamut \
    --to=yazicivo@ttnet.net.tr \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).