> From: [EMAIL PROTECTED] 
> The only workaround is - if you have control of the 
> intervening software - to disable the use of sub-addresses, 
> thereby disabling device licensing, and costing one licence 
> per connection.  Or use an edition of UniVerse that does not 
> support device licensing.

If you have control of the software, you can vary the sub-key every 10
connections and still use device licensing.  That's what I do with
UniSessionFactory:

http://www.pickwiki.com/cgi-bin/wiki.pl?UniSessionFactory

// Only hand out 10 connections for each subkey
if ( subkeyCount >= 10 ) {
   subkey = random.nextInt();
   subkeyCount = 0;
}

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 
_______________________________________________
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to