Re: [Harbour] HBNetio start - stop Linux

2009-11-28 Thread Massimo Belgrano
You can write an alternative exit using a semaphore with dbf or ascifile 2009/11/28 Bruno Luciani : > Well , I can start it using : > > netiosrv & > > but kill it when shutdown server , could produce some problem with DBF > tables  ? > > If a client is conected  ? > > Bruno > -- Massimo Belg

Re: [Harbour] HBNetio start - stop Linux

2009-11-28 Thread Bruno Luciani
Well , I can start it using : netiosrv & but kill it when shutdown server , could produce some problem with DBF tables ? If a client is conected ? Bruno 2009/11/28 Massimo Belgrano > Why not? > > > > 2009/11/28 Bruno Luciani : > > But this is not a good way to use in a server that start

Re: [Harbour] HBNetio start - stop Linux

2009-11-28 Thread Massimo Belgrano
Why not? 2009/11/28 Bruno Luciani : > But this is not a good way to use in a server  that  start server in > background > -- Massimo Belgrano ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-pro

[Harbour] HBNetio start - stop Linux

2009-11-28 Thread Bruno Luciani
I like to try HBnetio and I try to use the server in /contrib/HBNETIO/utils But in which way can I stop server in an elegant way and not by killing the process ? In server sample : OutStd( "Press any key to stop NETIO server." + hb_osNewLine() ) Inkey( 0 ) netio_serverstop( p