comp.lang.ada
 help / color / mirror / Atom feed
* Unix-daemons in Ada
@ 2001-07-01 12:41 Stefan Nobis
  2001-07-01 14:07 ` James Rogers
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Stefan Nobis @ 2001-07-01 12:41 UTC (permalink / raw)


Hi.

I'm learning Ada and i tried to write a simple Unix daemon in Ada (a very
simple web server). I want the main process, which is attached to a tty, to
exit, something like

if (fork()) exit 0;
else do_real_work();

in C. I played a little bit with Adas Tasks, but i have no clue how to
implement the above in Ada.

-- 
Until the next mail...,
Stefan.



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

end of thread, other threads:[~2001-07-13  7:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-01 12:41 Unix-daemons in Ada Stefan Nobis
2001-07-01 14:07 ` James Rogers
2001-07-01 14:35   ` Stefan Nobis
2001-07-01 17:20     ` James Rogers
2001-07-03 20:48       ` Stefan Skoglund
2001-07-03 22:39         ` Larry Kilgallen
2001-07-06 14:15           ` Tarjei T. Jensen
2001-07-06 17:05             ` Larry Kilgallen
2001-07-06 22:33               ` Tarjei Tj�stheim Jensen
2001-07-13  7:51                 ` Maxim Reznik
2001-07-01 19:51 ` Florian Weimer
2001-07-01 21:47 ` David C. Hoos, Sr.
2001-07-02 19:18   ` Stefan Nobis
2001-07-02 20:16     ` David C. Hoos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox