Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Threads and statics Date: Thu, 07 Apr 2011 09:32:31 -0700 Organization: A noiseless patient Spider Lines: 15 Message-ID: References: <905p9gFpuoU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 7 Apr 2011 16:32:34 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="XKAhP57P670kPn+9QWHVAA"; logging-data="28807"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+kG/FKID979Ri9rkmuYPBYVCjIWF4DEf4=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <905p9gFpuoU1@mid.individual.net> Cancel-Lock: sha1:wj0LpiZ6bYcM0Oxluzyz7FMbO6o= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:2938 On 4/7/2011 5:34 AM, Dirk Bruere at NeoPax wrote: > Is there a problem with multiple threads using the same static method of > a class? > Yes. There's a problem with anything involving multiple threads, if you do it wrong. We'll need an SSCCE to help you more. Meantime, Google for Java+concurrency.