Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-25 Thread Andre Garzia
Yes it did but that still needs to materialize! Good to see you here Shao! By the way, your external is a cocoa external? Are you calling cocoa stuff from carbon? Cheers andre On Sun, Jul 25, 2010 at 1:30 AM, Shao Sean shaos...@wehostmacs.com wrote: Be nice once Rev gets back into the swing

Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-25 Thread Shao Sean
Hopefully they get back on track with updating the desktop offering.. Actually the external is all Carbon.. I have played with a couple other single use externals that used Cocoa from Carbon.. ___ use-revolution mailing list

Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-24 Thread Shao Sean
Be nice once Rev gets back into the swing of updating their desktop offering and the external interface.. The sample they released at a Rev conference looks nice and has a sample of spawning a thread and returning back to Rev.. ___ use-revolution

[HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-23 Thread Andre Garzia
Folks Folkettes, I've written a nice external here which I hope will be the basis of many of my forthcoming products. My external is a Embeddable Web Server just like Valentina and SQLite are Embeddable Databases. Among other things, it uses a poll of threads to serve the web requests. My

Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-23 Thread Mark Wieder
Andre- Friday, July 23, 2010, 12:17:47 PM, you wrote: Second question and this probably shows my lack of deep C and Rev Externals knowledge is, how can we start some eternal looping code in the external. If you think about the question above, it is clear that something in the main thread

Re: [HELP!] Rev Externals: running a loop without disrupting the stack or inter thread communication

2010-07-23 Thread Andre Garzia
Second question and this probably shows my lack of deep C and Rev Externals knowledge is, how can we start some eternal looping code in the external. If you think about the question above, it is clear that something in the main thread needs to be tied to the other end of the pipe or