Home > Archive > PERL POE > July 2006 > CamelBones
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Stephane Payrard 2006-07-06, 7:06 pm |
| Is there a way to use POE with Camelbones?
The problem is that both Cocoa and POE have their own
event loop. But I suppose that it is possible to forego
an event loop and register the relevant handlers
to the other event loop. Or get these two environment
run in two different processes (threads?) and communicate
between each others
Can you give me any pointer?
The answer I don't have a clue is a recevable one even
if it is tough for me :(
Thx again for CamelBones,
--
cognominal stef
| |
| Rocco Caputo 2006-07-07, 10:01 pm |
| On Jul 6, 2006, at 12:38, Stephane Payrard wrote:
> Is there a way to use POE with Camelbones?
> The problem is that both Cocoa and POE have their own
> event loop. But I suppose that it is possible to forego
> an event loop and register the relevant handlers
> to the other event loop. Or get these two environment
> run in two different processes (threads?) and communicate
> between each others
It may be possible to write a POE::Loop::Camelbones. See the
POE::Loop documentation for the API you'll need to implement.
--
Rocco Caputo - rcaputo@pobox.com
| |
| Sherm Pendley 2006-07-08, 4:03 am |
| On Jul 7, 2006, at 9:04 PM, Rocco Caputo wrote:
> On Jul 6, 2006, at 12:38, Stephane Payrard wrote:
>
>
> It may be possible to write a POE::Loop::Camelbones. See the
> POE::Loop documentation for the API you'll need to implement.
I'll have a look at that - thanks.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
|
|
|
|
|