On 12/24/2017 12:21 PM, Pascal via Gnoga-list wrote:
> 
> For now, there is no strategy to cope with the issue, should it have one? 
> Which one?
> - Long_Long_Integer ;-)
> - One DOM ID counter per connection
> - Pool of connection IDs

I'd suggest

type Something_ID is mod System.Max_Binary_Modulus;

which with GNAT, which is the only compiler that Gnoga works with, is 64 bits.
Upon reaching the last value it will wrap around to zero, which should be safe
for 3 or 4 years.

-- 
Jeff Carter
"My little plum, I am like Robin Hood. I take from
the rich, and I give to the poor. ... Us poor."
Poppy
96

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to