So those are internal and not for external use, right? On Sat, Oct 4, 2008 at 5:08 PM, Jan Lehnardt <[EMAIL PROTECTED]> wrote:
> > On Oct 4, 2008, at 10:13 , Ayende Rahien wrote: > > What is the use case for them? >> > > Keeping track of stuff between replications afaik. > > > Cheers > Jan > -- > > >> >> On Sat, Oct 4, 2008 at 11:10 AM, Jan Lehnardt <[EMAIL PROTECTED]> wrote: >> >> >>> On Oct 4, 2008, at 2:53 , Ayende Rahien wrote: >>> >>> >>>> B) What is the meaning of "_local" documents? I couldn't find anything >>>> about >>>> it. >>>> >>>> >>> A special kind of documents for internal use that do not get replicated. >>> They are sorta private. >>> >>> Cheers >>> Jan >>> -- >>> >>> >>> >>>> On Sat, Oct 4, 2008 at 2:49 AM, Ayende Rahien <[EMAIL PROTECTED]> >>>> wrote: >>>> >>>> Looking at the method implementation, it looks like there might be a >>>> >>>>> problem here. >>>>> >>>>> new_uuid() -> >>>>> list_to_binary(to_hex(crypto:rand_bytes(16))). >>>>> >>>>> In particular, we aren't actually guaranteed to have a unique value. >>>>> You can read more about what needs to be done to get unique guids: >>>>> here: >>>>> http://blogs.msdn.com/oldnewthing/archive/2008/06/27/8659071.aspx >>>>> >>>>> >>>>> >>>>> >>> >
