I am interested in Gideros, I wrote a simple app in Corona very long time ago, so I know some Lua. In my app (currently ios but hoping to port to Gideros) I have three threads. One for monitoring Socket communication, second for UI and the third one is data processing.
I looked at the API and cannot see any thread logic, it is more event driven. How would I go around implement the system I have in iOS in Gideros? Any high level direction is appreciate?
Comments
As you can see here:
http://www.giderosmobile.com/forum/discussion/1135/mobile-server#Item_9
I have ran into similar problem wanting a separate thread, but if you look at the next post and it's video, problem was solved without separate thread.
Here is more information on implementing sockets in Gideros
http://appcodingeasy.com/Gideros-Mobile/Using-LuaSocket-in-Gideros
I actually forgot about this link or would have provided it to you sooner
But this kind of question should probably be asked to creators of LuaSocket or simply experimented with