13 Jan
2014
13 Jan
'14
7:20 a.m.
Tyller D wrote:
I thought that running through perl would be better as the interpreter was loaded into memory.
It's still a generic interpretor.
So what would be better, a Perl script or using unlang?
Neither. Use the SQL module. It's intended to be fast.
Basically the script does a select query on the DB, then all the logic and does some inserts into the DB.
Use SQL + unlang. Alan DeKok.