I guess you’re wright, Pat. As Kirk mentions, the question is when the license is released. I’m afraid this is only when a user logs out, but I haven’t tested it.
I try not to use too much stored procedures on 4D server, though. I did this when an application of mine was deployed the first time at the customers site, and it caused 4D server to crash frequently. I was loading emails using POP3 through stored procedures and creating 4D Write documents. I solved this by running a 4D client on the same machine as where 4D server was running on. This 4D client does all the processing necessary, including fetching e-mail every minute. It has been very stable since (99% up time). I insist with the customers to add an additional 4D client license + an additional 4D Write license for that 4D client on the server. There isn’t a single client who refused. Regards, Rudy Mortier Two Way Communications bvba > On 13 Jan 2019, at 17:09, Pat Bensky via 4D_Tech <[email protected]> wrote: > > Hmmm Rudy, I would suggest that if the server (or any stored process) > needed to use a WP licence, even for a second, then you WOULD need to > reserver a licence for it. Otherwise you would easily run into a situation > where all available licences have been used by connected users, and then it > wouldn't have access to one ... > > Pat > > On Sat, 12 Jan 2019 at 23:29, Two Way Communications bvba POP via 4D_Tech < > [email protected]> wrote: > >> Hi Kirk, >> >> My guess is that, as long as the ‘Designer’ user belongs to a group that >> is linked to 4D Write plugin, the 4D Write PRO code will work in the stored >> method. >> >> It will temporarily use up 1 of the licenses available, but only for a >> short time. >> >> As such, you do not really need to ‘reserve’ a license. >> >> >> Regards, >> >> Rudy Mortier >> Two Way Communications bvba >> >> >> >>> On 12 Jan 2019, at 17:32, Kirk Brooks via 4D_Tech <[email protected]> >> wrote: >>> >>> Does 4D Server require a 4D Write Pro license for non-UI methods? >>> >>> Let's say I have a database with 10 4D Write Pro licenses. I may have >> more >>> than 10 users and understand how to check and manage licenses available >> for >>> users. >>> >>> My question is if I have to 'reserve' a license for the server to be able >>> to run methods that call a 4D Write Pro method? Specifically if called >> from >>> a stored method. >>> >>> Thanks >>> >>> -- >>> Kirk Brooks >>> San Francisco, CA >>> ======================= >>> >>> *We go vote - they go home* >>> ********************************************************************** >>> 4D Internet Users Group (4D iNUG) >>> Archive: http://lists.4d.com/archives.html >>> Options: https://lists.4d.com/mailman/options/4d_tech >>> Unsub: mailto:[email protected] >>> ********************************************************************** >> >> ********************************************************************** >> 4D Internet Users Group (4D iNUG) >> Archive: http://lists.4d.com/archives.html >> Options: https://lists.4d.com/mailman/options/4d_tech >> Unsub: mailto:[email protected] >> ********************************************************************** > > > > -- > ************************************************* > CatBase - Top Dog in Data Publishing > tel: +44 (0) 207 118 7889 > w: http://www.catbase.com > skype: pat.bensky > ************************************************* > ********************************************************************** > 4D Internet Users Group (4D iNUG) > Archive: http://lists.4d.com/archives.html > Options: https://lists.4d.com/mailman/options/4d_tech > Unsub: mailto:[email protected] > ********************************************************************** ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

