Paul Tretter wrote:

> Ralph have you tried Doc Kimbel's mySQL driver yet? If so, what did you
> think of the performance features of the driver verses PHP.  Just curious
> since I would like to get into mySQL and use Doc's driver to create
> something fairly robust.
>

I would be interested in some benchmarking too. But anyway - Rebol/Core/Pro will
cost very affordable price!. It will feature /library component, and IIRC jeff
posted here some mySQL and postGresSQL library wrappers - should be faster, no?

-pekr-

>
> Paul Tretter
>
> ----- Original Message -----
> From: "Ralph Roberts / ALEXANDER BOOKS" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, April 02, 2001 7:31 PM
> Subject: [REBOL] Re: REBOL + PHP
>
> >
> > >Interesting...how did you use REBOL in the site? Are any of the scripts
> > >visible?
> > >
> > >Thx,
> > >
> > >Dave De Graff
> > >
> >
> > Thanks for the kind comment, Dave... The scripts that search our booklist
> > (we sell almost a thousand different titles now) were written in REBOL.
> The
> > entire underlying e-commerce system that allows a customer to click on any
> > title showing on the site on any page (and it's a dynamic site with the
> > possibility of hundreds of pages) is PURE unadulterated REBOL. The same
> > system, by the way, also handles fulfillment for the REBOLpress books,
> etc.
> > Kinda proud of it<g> and it's generated a lot of good orders for us,
> > operating flawlessly since July of last year. REBOL is just plain EASY to
> > develop powerful web applications in.
> >
> > You may have noticed the very first line of the http://abooks.com site,
> the
> > one welcoming visitors and showing their IP number, etc. Here's the script
> > for that tasty little enhancement:
> >
> > #!/rebol/rebol --cgi
> > REBOL [
> > ]
> > ip: system/options/cgi/remote-addr
> > print "Content-Type: text/plain^/"
> > print "<font face='ARIAL' size='-2'>"
> > print ["Thank you for visiting this page from<br>IP: "
> >       ip "- - - Name: " read join dns:// ip]
> >       print [<br>" on"
> >        now/date "at" now/time "our time (U.S. Eastern)."]
> > print "<BR><BR></font>"
> >
> > Long live the REBOLution!
> >
> > --Ralph Roberts
> > author REBOL FOR DUMMIES
> > get it at http://rebolpress.com
> >
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
> >
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to