Re: Who uses tasks?
- Posted by raseu Sep 10, 2009
- 1200 views
I do, extensively!
have written wrappers for betfair sports/games apis for scheduled data updates
however, tasks under v4 do not work when compiled into an .exe under ubuntu jaunty (crash with stack_size exception) but work fine with interpreter
ie:
Ubuntu Jaunty
- WORKS $ eui news.ex <search term>
- CRASH with stack size exception $ euc news.ex $./news <search term>
just tested news.ex under win32 using bundled watcom compiler. after changing stack size as option to euc, program compiles and runs ok.
eg:
Win32
C:\Euphoria\demo\euc -stack 1024000 news.ex