Re: how to check if the license is expired.

2024-03-31 Thread Christophe Pettus
> On Mar 31, 2024, at 09:59, Peter J. Holzer wrote: > Is this an acceptable performance penalty per API call? If not, is it > really necessary to check this on every call? Maybe it can be done just > once per session or once per hour. It's probably not required to check it every API call.

Re: how to check if the license is expired.

2024-03-31 Thread Peter J. Holzer
On 2024-03-30 09:23:15 -0400, Ron Johnson wrote: > On Sat, Mar 30, 2024 at 9:15 AM 黄宁 wrote: > > I want to develop a postgresql paid extension, then there is a local > license file, how do I check if the license file is expired, check it once > at each api execution, will that affect

Re: how to check if the license is expired.

2024-03-30 Thread Ron Johnson
On Sat, Mar 30, 2024 at 9:15 AM 黄宁 wrote: > I want to develop a postgresql paid extension, then there is a local > license file, how do I check if the license file is expired, check it once > at each api execution, will that affect the performance of the api, is > there any other way? > What

how to check if the license is expired.

2024-03-30 Thread 黄宁
I want to develop a postgresql paid extension, then there is a local license file, how do I check if the license file is expired, check it once at each api execution, will that affect the performance of the api, is there any other way?