8 Oct
2008
8 Oct
'08
8 a.m.
2008/10/8 Marinko Tarlac <mangia81@gmail.com>:
create log file on disk and check does it exist or add one column to your table and write something inside ?
Yes, my fallback solution is to add a column to my radacct table (or possibly to another, more transient table) that I can do a SELECT FOR UPDATE on. However, I hoped there was a more elegant solution that did not involve an additional database connection. Perhaps not... Alex