AutoHotkey Community

It is currently May 26th, 2012, 9:10 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: July 4th, 2009, 11:43 am 
Offline

Joined: February 29th, 2008, 12:11 pm
Posts: 943
Let's say I wrote a piece of software and I want to give it out to someone, but I want to put a limit on how much time he or she can use that software.

As far as I know, there are three possible ways of calculating such limit:

1) By counting the calendar days since the first time the software was used - for example, a user can use this software during 20 days since the first time it was run;

2) By counting the number of times the software has been used - for example, a user can use this software only 30 times without any time frame; one session may last eternally long, and the time span from the first time till the 30th time is also unlimited;

3) By counting the actual running time - a user can use that software only, say, for 90 hours = 5400 minutes. The process of counting minutes will be disrupted every time the software is being closed, and resumed every time the software is started again;

Which way do you think is the best?
Do you think it is somehow possible to mix all three options in "whichever comes first" way or, perhaps, in a way of coming up with some formula that would bring all three to one "golden mean"? Do you have any ideas regarding this?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 4th, 2009, 2:39 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Mix of all would be best I think :)

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, Morpheus and 9 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group