From: Kirk Haines Date: 2005-11-10T09:23:56+09:00 Subject: Re: Best way to time-limit a rails/ruby application On Wednesday 09 November 2005 4:59 pm, Warren Seltzer wrote: > Some "Customers" just don't like to pay their contracting bills. What's > the best way for me to time-limit a ruby/rails application so it stops > working if they don't pay their bills? If you don't host it, your options are limited. It should be no problem to put some sort of short-circuit into your code to do anything from displaying a specific page to simply failing, but anything that you put in can be found, if you are not in control of the code. Kirk Haines