[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New proposal from Ronald J. Fitzherbert
- Date: Tue, 3 Dec 1996 12:02:10 -0800
- From: "Rick H. Wesson" <wessorh@ar.com>
- Subject: Re: New proposal from Ronald J. Fitzherbert
On Dec 3, 10:54am, Kent Crispin wrote:
> Subject: Re: New proposal from Ronald J. Fitzherbert
> Perry E. Metzger allegedly said:
> > Simon Higgs writes:
> > > I've never heard PGP-signed NTP stamps described as "idiotically
> > > trivial" before.
[snip]
> Let me run through the algorithm, just to be sure we are on the same
> page: Customer Erasmus Q. Tinkerput comes into a remote registry R,
> and requests "foo.tld".
<SOAPBOX>
String domain_name = "foo.com" ;
Joe orb = new Joe("regestry.whatever.tld") ;
DomainFactory dn_factory = orb.find("DomainFactory") ;
try{
DomainRef domain_ref = dn_factory.create("foo.com") ;
} catch(Nic.AlreadyExists e){
System.out.println("Sorry you loose '"
+ domain_name +"' is already taken ") ;
return ;
}
System.out.println("Congraadualtions You have won the timeing test!!!")
System.out.println("You are the sole owner of this domain and now you may")
System.out.println("complete the application process.")
domain_ref.setDescription("YouWon!!!") ;
I would like to point out once again a protocol *EXISTS* and before you
continue this thread tring to develop a locking I would suggest
tring out your assumptions on the server that is running on
http://sentosa.ar.com
>
> This really is a trivial protocol. I believe it works, and can be
> implemented in a day -- perhaps I will do it this weekend, just for
> grins.
>
Kent, I hope you do write it then we can run some tests to see who's
server deadlocks under what conditions and whos is faster, gee I might even
write mine again using oracle to see just how the RDBMS systems do compaired
to the OODB. Oh, while you are at it please make sure to provide a means
to ensure the byte ordering is correct, and dont forget to suport
some type of indexing mechanism so that we might look up these objects.
and hey a WWW interface would be nice but it doesnt have to be in java.
Thanks,
-Rick
--
Rick H. Wesson