On Tue, Sep 18, 2012 at 11:16 PM, Paul Read <[email protected]> wrote: > Hi > > The c code I want to call via a web browser will run for between 10 and 40 > minutes. Is it correct to use Duda in this case? >
If you need to run a block of code which will take that amount of time consider to place that into a CGI instead of a callback. Callback should return as soon as possible. > -- > Paul > > http://www.readiescards.co.uk > > > _______________________________________________ > Monkey mailing list > [email protected] > http://lists.monkey-project.com/listinfo/monkey > -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
