From: Markus Einarsson
Subject: �sch, jag bara pillar p� en massa sm�detaljer f�r att slippa l�sa logik/disk/m m. ;-) Det g�ller att fixa en interpet-funktion som tar emot en kommandostr�ng och skickar argumenten till r�tt funktion. Alla de funktionerna (som har hand om ett kommando) ska fixas, typ (take argument) sMultiprocessing w/ Allegro CL v4.3 (Linux)
Date: 
Message-ID: <35256B36.CDDE0A62@lysator.liu.se>
  I need some help to find out how multiprocessing (using threads)
works.
When I start my main function I want to launch a background process with

the purpose of launching a function when a list is non-empty.

  It's about an event-handler I'm writing. I put functions to be
executed
at a certain time on the event-list. When there is something to do on
the
list I want to launch #'process-list, a function that tests if it should

launch the first program on the list (depending on what time it is).
When
the first event has been processed it's removed from the list and it all

starts over.

  I've tried to find the answers to my problem in "Allegro CL Users
Guide"
without success, so I'd be _very_ grateful if someone could send me a
piece
of code that could help me.

/<--> M.E.