Re: [PHP] Re: Unique Object Instance ID..?

2009-01-11 Thread Robert Cummings
On Sun, 2009-01-11 at 00:07 +, Nathan Rixham wrote: > Colin Guthrie wrote: > > 'Twas brillig, and Nathan Rixham at 10/01/09 23:31 did gyre and gimble: > >> all I need is a completely unique id for each object instance that can > >> never be repeated at any time, even in a multiserver environme

Re: [PHP] Re: Unique Object Instance ID..?

2009-01-10 Thread Micah Gersten
Can you use something like APC to cache the instance variable so that it's persistent across different sessions? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Nathan Rixham wrote: > Colin Guthrie wrote: >> 'Twas brillig, and Nathan Rixham at 10/01/09 23:31

[PHP] Re: Unique Object Instance ID..?

2009-01-10 Thread Ross McKay
On Sat, 10 Jan 2009 23:31:29 +, Nathan Rixham wrote: >[...] >all I need is a completely unique id for each object instance that can >never be repeated at any time, even in a multiserver environment (and >without using any kind of incremented value from a db table or third >party app) Have

[PHP] Re: Unique Object Instance ID..?

2009-01-10 Thread Nathan Rixham
Colin Guthrie wrote: 'Twas brillig, and Nathan Rixham at 10/01/09 23:31 did gyre and gimble: all I need is a completely unique id for each object instance that can never be repeated at any time, even in a multiserver environment (and without using any kind of incremented value from a db table o

[PHP] Re: Unique Object Instance ID..?

2009-01-10 Thread Colin Guthrie
'Twas brillig, and Nathan Rixham at 10/01/09 23:31 did gyre and gimble: all I need is a completely unique id for each object instance that can never be repeated at any time, even in a multiserver environment (and without using any kind of incremented value from a db table or third party app)