Hello lispers,
I built an application with (generate-application) which
works quite fine in UNIX when the application is run on
the foreground.
I have observed that if I run the program in the background,
after a while the program gets to sleep, it doesn't crush,
it just doesn't do anything. This is an example of the
command line:
prompt% my_application -L input_file.fasl &
I suspect that this happens when lisp performas a global gc,
but I'm not sure. The program stops and waits for an event
to complete (according to the UNIX definition when a
process is sleeping), but I don't know what might it be,
since my program performs only numeric calculations.
Could this be happening because I didn't give any important
argument to the generate-application function?
Any suggestion!?
Many thanks
Arturo
____
Luis Arturo Medrano Soto
Lab. of Computational Genomics
CIFN-UNAM P.O Box 565-A
Cuernavaca, Morelos 62210. Mexico
Tels:
(VOICE) (527)313-2063 & (525)622-7693
( FAX ) (527)317-5581 & (525)622-7694
E-mail: <cifn.unam.mx at amedrano>
Webpage: http://cifn.unam.mx/~amedrano/
WWW: http://cifn.unam.mx/Computational_Biology/
=====================================================
"Let me tell you the secret that has led me to my
goal. My strength lies solely in my tenacity".
-Louis Pasteur
"When we are motivated by goals that have deep
meaning, by dreams that need completion, by pure
love that needs expressing, then we truly live
life"
-Greg Anderson
"Nature magically suits a man to his fortunes, by
making them the fruit of his character."
-Ralph Waldo Emerson
====================================================