On Fri, Aug 24, 2012 at 7:50 PM, Benoît Minisini <gam...@users.sourceforge.net> wrote: > Le 25/08/2012 00:47, Olivier Cruilles a écrit : >> Hi Benoit, >> >> Great news, i'll try it as soon because it's very interesting. Why did you >> implement that now, just to know ? >> >> Cordialement, >> >> Olivier Cruilles > > Just because I had the idea last night, and that the implementation was > simple enough to please me. > > -- > Benoît Minisini > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user
I have a few questions about the implementation: Would it be correct to include an endless loop in the Main() function and execute specific functions only when called from the main process? Can these functions have a return value? Would the executions of this functions be deferred (with an event raised when they return a value) or be blocking? What would happen if the main process is ended and a task has not yet finished it's work? Can en event been raised (with a hard coded timeout to end the execution the event if it takes to long)? Does the interpreter take advantage of multi(core/processors) systems? ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user