[nycphp-talk] Native PHP functions in MySQL?
jon baer
jonbaer at jonbaer.net
Tue Dec 23 15:45:44 EST 2003
i noticed this project just recently:
http://freshmeat.net/projects/judf/?topic_id=66
basically a wrapper using mysql w/ CREATE FUNCTION foo RETURNS STRING
SONAME "foo.so"; to run Java natively ... so you could do this:
mysql> SELECT foo("classes/MyClasss", COLUMN1, COLUMN2) FROM foobar;
i wonder what the major advantages of this really are or if its overkill, im
assuming the same thing could be done w/ php ... but beyond filtering what
would it be good for?
- jon
pgp key: http://www.jonbaer.net/jonbaer.asc
fingerprint: F438 A47E C45E 8B27 F68C 1F9B 41DB DB8B 9A0C AF47
More information about the talk
mailing list