The Artima Developer Community
Sponsored Link

Java Answers Forum
Contd....of join()???

3 replies on 1 page. Most recent reply: Jan 8, 2004 9:51 PM by Honey Maverick

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
Honey Maverick

Posts: 8
Nickname: maverick01
Registered: Jan, 2004

Contd....of join()??? Posted: Jan 8, 2004 2:58 AM
Reply to this message Reply
Advertisement
spawn
What is the exact meaning of spawn???


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: Contd....of join()??? Posted: Jan 8, 2004 5:05 AM
Reply to this message Reply
According to WordNet, the definitions of spawn are

1. [n] the mass of eggs deposited by fish or amphibians or molluscs
2. [v] emit spawn, of fish; "The salmon swims upstream to spawn"
3. [v] call forth

But I'm guessing that you want to know what it means in the context of computers. To spawn is to create a child process in a multitasking operating system

Adam

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Contd....of join()??? Posted: Jan 8, 2004 11:58 AM
Reply to this message Reply
> What is the exact meaning of spawn???

Well, what do you mean by it?

As Adam pointed out, spawn, like most words, has a general meaning and several specific meanings in different domains, but without context the precise meaning is unclear.

Can you provide some meaningful context? That would help answer the question.

As far as Java goes, I don't think there is a spawn() API call, as there is in some other APIs (eg. Python -- in which it is tantamount to "create process" and whether you wait for it to complete is optional), so you need to be more specific about what you mean. Are you talking about threads? Are you talking about Runtime.exec()? Or are you talking about salmon?

Honey Maverick

Posts: 8
Nickname: maverick01
Registered: Jan, 2004

Re: Contd....of join()??? Posted: Jan 8, 2004 9:51 PM
Reply to this message Reply
Well,
i m jst continuing my prevoius question.
Anyway, i got it, thanks all.
PS// who moved my wine??

Flat View: This topic has 3 replies on 1 page
Topic: Help parsing positional flat files Previous Topic   Next Topic Topic: String manipulations again

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use