--
You received this message because you are subscribed to the Google Groups "Migrated By Firefly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to migrated-by-fir...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/migrated-by-firefly/e8d74498-939c-4832-834e-d1e4e75ee842n%40googlegroups.com.
Hi Keith,
Just seen this email… Did you solve this issue ?
The technique we have used since 1996 in Magic, and then now with a firefly migrated application is for each user to add a record in a common table, lock it, and keep it locked for the duration of the user’s application session.
When you want to check for license usage, you would read the table, and count the number of locked records you have. That gives you a count of the number of people using the application.
Although a primitive approach, it has been effective…
If you came up with a better approach or a reasonable third party tool, I would love to hear it.
Renato.
--