9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Fork: useless and painful?
@ 2003-07-31 21:07 Joel Salomon
  2003-07-31 22:19 ` Dan Cross
                   ` (2 more replies)
  0 siblings, 3 replies; 58+ messages in thread
From: Joel Salomon @ 2003-07-31 21:07 UTC (permalink / raw)
  To: 9fans

Dan Cross wrote:
> Oh, I turned that junk off.  Ls is aliased to ls -1A and lc is aliased to
> ls | mc, as it should be (using my Unix version of mc).

Where can I get your unix mc from?
--Joel



^ permalink raw reply	[flat|nested] 58+ messages in thread
* [9fans] Fork: useless and painful?
@ 2003-07-11  4:46 Andrew Simmons
  2003-07-11  5:14 ` boyd, rounin
  0 siblings, 1 reply; 58+ messages in thread
From: Andrew Simmons @ 2003-07-11  4:46 UTC (permalink / raw)
  To: 9fans

> jesus, these fools don't even have SIGINT.Look, we don't want SIGINT,
okay??? At least, I'm sure we wouldn't if we knew what it was. Now leave me
alone while I attempt to follow your wrist-slashing instructions.



^ permalink raw reply	[flat|nested] 58+ messages in thread
* [9fans] Fork: useless and painful?
@ 2003-07-11  2:01 Andrew Simmons
  2003-07-11  2:17 ` David Presotto
                   ` (2 more replies)
  0 siblings, 3 replies; 58+ messages in thread
From: Andrew Simmons @ 2003-07-11  2:01 UTC (permalink / raw)
  To: 9fans

>Not to mention the fact that you have to send/receive on sockets
>and read/write on everything else so that an app has to check
>the type of any handles it is passed so that it can use the
>right calls.
Actually, under Winsock2 you can use ReadFile/WriteFile with sockets as well
as file handles. You can also use WaitForMultipleObjects, not on the socket
handle itself, but on an event object which is triggered when eg there is
data available for reading. Admittedly you'd never know this from the
documentation, which says you have to use WSAWaitForMultipleEvents, and use
WSAEvents rather than regular Windows events.

The main problem I have with Windows is not the bazillion parameters for
each function call, which you soon learn to ignore, but the fact that it
seems to consist of a random collection of constantly changing APIs
designed, if that's the right word, by different groups of people who never
talked to each other about things such as a uniform method for reporting
errors.



^ permalink raw reply	[flat|nested] 58+ messages in thread
* [9fans] Fork: useless and painful?
@ 2003-07-09 18:19 ron minnich
  2003-07-09 18:26 ` Scott Schwartz
                   ` (3 more replies)
  0 siblings, 4 replies; 58+ messages in thread
From: ron minnich @ 2003-07-09 18:19 UTC (permalink / raw)
  To: 9fans

I'm hearing the claim that fork is "useless and painful" (from an IBM K42
guy).

Maybe it's just me, but I've always liked fork.

Am I nuts?

ron



^ permalink raw reply	[flat|nested] 58+ messages in thread

end of thread, other threads:[~2003-08-02  8:05 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-31 21:07 [9fans] Fork: useless and painful? Joel Salomon
2003-07-31 22:19 ` Dan Cross
2003-08-01  3:00 ` Joel Salomon
2003-08-01 14:42 ` Jack Johnson
2003-08-01 22:26   ` Jim Choate
2003-08-02  8:05     ` Jack Johnson
  -- strict thread matches above, loose matches on Subject: below --
2003-07-11  4:46 Andrew Simmons
2003-07-11  5:14 ` boyd, rounin
2003-07-11  6:21   ` northern snowfall
2003-07-11  5:43     ` boyd, rounin
2003-07-11  8:52   ` Douglas A. Gwyn
2003-07-11 13:27   ` D. Brownlee
2003-07-11  2:01 Andrew Simmons
2003-07-11  2:17 ` David Presotto
2003-07-11  2:29   ` boyd, rounin
     [not found]   ` <presotto@closedmind.org>
2003-07-13 19:44     ` Andrew Lynch
2003-07-11  2:32 ` boyd, rounin
2003-07-11 10:59 ` matt
2003-07-09 18:19 ron minnich
2003-07-09 18:26 ` Scott Schwartz
2003-07-09 19:39   ` boyd, rounin
2003-07-09 19:45     ` Dan Cross
2003-07-09 20:05       ` Derek Fawcus
2003-07-09 20:09         ` andrey mirtchovski
2003-07-09 20:34           ` Derek Fawcus
2003-07-09 21:08           ` Vincent van Gelderen
2003-07-09 20:31             ` Sam
2003-07-09 21:35               ` boyd, rounin
2003-07-09 22:04               ` andrey mirtchovski
2003-07-09 22:31                 ` boyd, rounin
2003-07-10  1:11             ` ron minnich
2003-07-10  1:17               ` boyd, rounin
2003-07-09 20:14         ` boyd, rounin
2003-07-09 20:31           ` Dan Cross
2003-07-09 20:25         ` Dan Cross
2003-07-10  6:10         ` Mike Haertel
2003-07-10  6:59           ` boyd, rounin
2003-07-09 22:01       ` Geoff Collyer
2003-07-09 22:28         ` boyd, rounin
2003-07-10  6:15         ` Mike Haertel
2003-07-10  6:51           ` Geoff Collyer
2003-07-10  7:22             ` boyd, rounin
2003-07-10  8:59               ` Derek Fawcus
2003-07-11 11:24             ` Alexis S. L. Carvalho
2003-07-09 18:36 ` Dan Cross
2003-07-09 19:35 ` boyd, rounin
2003-07-10 14:59 ` rog
2003-07-10 16:47   ` David Presotto
2003-07-10 19:36     ` Stephen Wynne
2003-07-10 19:57       ` boyd, rounin
2003-07-10 20:06         ` Stephen Wynne
2003-07-10 20:16           ` boyd, rounin
2003-07-11  0:05         ` David Presotto
2003-07-11 15:01           ` ron minnich
2003-07-14  8:51           ` John Kodis
2003-07-14 13:24             ` Lucio De Re
2003-07-14 13:58               ` boyd, rounin
2003-07-14 15:20               ` ron minnich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).