I tested my program on kubuntu and it worked great and now I would like to run it on debian (sarge ) by ssh (remote access).
so I launch it tiping root> ./myprogram (this is not a graphical application) and then I can tip anything ..nothing happens ..it's like it makes everything freeze. But the program is working great! And if I close the ssh console, the program just ends..why??
here is how looks my callback :
Repeat
SEvent = NetworkServerEvent()
If SEvent
....
....
EndIf
Delay(5)
ForEver
Is anything wrong with the way I launch it? or the way I made my callback ?
Thanks in advance for your help !!


