AnyEvent + AnyEvent::Socket
Vikas N Kumar
vikas at vikaskumar.org
Wed Oct 9 15:44:09 CEST 2013
Hi Marc,
In your documentation you mention that nobody uses Prima. I am using it
and yes I understand it is a small user base but it has great support
for PDL and the PDL::Graphics::Prima library can plot more than 200,000
data points without dying or slowing the system down unlike R/Gnuplot or
Excel.
In continuation of my earlier question, one of my clients is a GUI
written in Prima that gets real time updates of data every 50ms. I want
to replace the socket code that I have written using Prima::File and
perlio with tcp_connect from AnyEvent::Socket as that looks so much cleaner.
Do I still need to call AnyEvent->condvar->recv ? Prima already has a
Prima::run event loop calling module. Do you think the tcp_connect()
will automatically get called by Prima's event loop.
Thanks.
Vikas
More information about the anyevent
mailing list