Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #3391

Re: Instant Chat System f

Path csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!news-out.news.tds.net!newsreading01.news.tds.net!86597e80!not-for-mail
From "Lew" <lew@THRWHITE.remove-dii-this>
Subject Re: Instant Chat System f
Message-ID <S6-dnXX8csJa5ZjVnZ2dnUVZ_oPinZ2d@comcast.com> (permalink)
X-Comment-To comp.lang.java.gui
Newsgroups comp.lang.java.gui
In-Reply-To <4804c267$0$32049$da0feed9@news.zen.co.uk>
References <4804c267$0$32049$da0feed9@news.zen.co.uk>
Content-Type text/plain; charset=IBM437
Content-Transfer-Encoding 8bit
X-Gateway time.synchro.net [Synchronet 3.15a-Win32 NewsLink 1.92]
Lines 24
Date Wed, 27 Apr 2011 15:44:36 GMT
NNTP-Posting-Host 96.60.20.240
X-Complaints-To news@tds.net
X-Trace newsreading01.news.tds.net 1303919076 96.60.20.240 (Wed, 27 Apr 2011 10:44:36 CDT)
NNTP-Posting-Date Wed, 27 Apr 2011 10:44:36 CDT
Organization TDS.net
Xref x330-a1.tempe.blueboxinc.net comp.lang.java.gui:3391

Show key headers only | View raw


  To: comp.lang.java.gui
RedGrittyBrick wrote:
> The method is Thread() and the procedure to create 1000 of them is

That's not a method, that's a constructor.

>   Thread[] threads = new Thread[1000]
>   for (int i = 0; i < threads.length; i++) {
>     threads[i] = new Thread();
>     threads[i].start();
>   }
>   // ;-)
> 
> http://java.sun.com/docs/books/tutorial/essential/concurrency/

> http://www.google.com/search?q=chat+server

-- 
Lew

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.gui | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Instant Chat System f "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:44 +0000
  Re: Instant Chat System f "RedGrittyBrick" <redgrittybrick@THRWHITE.remove-dii-this> - 2011-04-27 15:44 +0000
    Re: Instant Chat System f "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:44 +0000

csiph-web