1.

Is It Possible To Limit The Number Of Permits Available For Checkout?

Answer»

Yes. Through some implementation setup, PERMITS can be limited. In your design,

identify at least two servers:

  • The first server holds most of the permits that will be allocated/AVAILABLE.
  • The SECOND server holds a small set of permits that are not allocated and not ADVERTISED.

If a user wants access to a product, and there are no permits available from the first server, PROVIDE access to the second server and use those permits.

Yes. Through some implementation setup, permits can be limited. In your design,

identify at least two servers:

If a user wants access to a product, and there are no permits available from the first server, provide access to the second server and use those permits.



Discussion

No Comment Found