RE: Simple Java Doubts

2001-05-10 Thread Peter Delahunty
-Interest Subject: RE: Simple Java Doubts 1. Use synchronization with the synchronized keyword 2. Since a server cannot open an http port to the remote client, I don't think HTTP can be used from the server side to notify client of changes. Client would have to either: a. Use polling, by making

Re: Re: RE: Simple Java Doubts

2001-05-10 Thread Johan Fredriksson
Resistance is futile, you will be assimilated. Johan - Original Message - From: John Hogan [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, May 09, 2001 9:55 PM Subject: Re: Re: RE: Simple Java Doubts Santosh, Is the original disclaimer a secret plot to own

SV: Re: RE: Simple Java Doubts

2001-05-10 Thread Magnus Rydin
Title: SV: Re: RE: Simple Java Doubts THEY just informed me that the Frog is leaping through tiny blue loops. SOMEONE tells me that the Bavarian Illuminati has teamed up with BORG and are involved in this affair in SOME WAY. Fnord! -Ursprungligt meddelande- Från: Johan

RE: Re: RE: Simple Java Doubts

2001-05-10 Thread KishoreBabu.tanety
mama feeel ayyava?? -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 1:33 PM To: Orion-Interest Subject: Re: Re: RE: Simple Java Doubts Resistance is futile, you will be assimilated. Johan - Original Message - From: John Hogan

Re: Simple Java Doubts

2001-05-10 Thread cyclix
The force be with you...

RE: Re: RE: Simple Java Doubts

2001-05-10 Thread Christian . Tellefsen
Title: SV: Re: RE: Simple Java Doubts That's an evil communist lie. Please report to the nearest termination center. The computer is your friend! -Original Message-From: Magnus Rydin [mailto:[EMAIL PROTECTED]]Sent: 10. mai 2001 10:41To: Orion-InterestSubject: SV: Re: RE

Re: Re: RE: Simple Java Doubts

2001-05-10 Thread Joseph B. Ottinger
Message- From: Magnus Rydin [mailto:[EMAIL PROTECTED]] Sent: 10. mai 2001 10:41 To: Orion-Interest Subject: SV: Re: RE: Simple Java Doubts THEY just informed me that the Frog is leaping through tiny blue loops. SOMEONE tells me that the Bavarian Illuminati has teamed up with BORG

Re: RE: Simple Java Doubts

2001-05-09 Thread John Hogan
On response 2, if the remote client is actually a web server, the scheme will work nicely. No polling would be necessary, an http request would only be issued on event. John Hogan _ Get your free E-mail at http://www.ireland.com

Re: Re: RE: Simple Java Doubts

2001-05-09 Thread John Hogan
of this communication. Thank you for your assistance. ** Begin Original Message From: John Hogan [EMAIL PROTECTED] Sent: Wed, 9 May 2001 08:03:18 -0400 To: Orion-Interest [EMAIL PROTECTED] Subject: Re: RE: Simple Java Doubts

Re: Simple Java Doubts

2001-05-08 Thread Tim Endres
I believe that both of these questions are completely off-topic. Question 1: How does an elementary Singleton pattern based Object behave in a multi-threaded environment? What is this phenomenon called? How do you make such a Singleton Object thread safe? There are several excellent

Re: Simple Java Doubts

2001-05-08 Thread Gary Shea
These questions look like... a test. The question is, who is being tested? Gary p.s. The word 'doubt' implies suspicion or disagreement; you probably want to use 'question' instead. On Today, Santosh Kumar ([EMAIL PROTECTED]) wrote: Question 1: How does an elementary Singleton

RE: Simple Java Doubts

2001-05-08 Thread Alex Paransky
1. Use synchronization with the synchronized keyword 2. Since a server cannot open an http port to the remote client, I don't think HTTP can be used from the server side to notify client of changes. Client would have to either: a. Use polling, by making http requests every so often b. Use