fast timout event
- From: Raul Dias <chaos swi com br>
- To: gtk-perl-list gnome org
- Subject: fast timout event
- Date: Mon, 8 Oct 2001 13:00:48 -0300
Hi,
I am plotting with GnomeCanvas a graph with data
aquired with a device at the parallel port.
I am using Gtk->timeout event to get the data.
However the timeout even (AFAIK) is limited to
1ms. Now I need to do it at least at 0.1ms rate.
Is it possible to do it with gtk-perl?
If I was not using perl I could just spawn a new thread
and let it do it. I would like to avoid to compile a new
threadered perl.
Another way would be to fork and let another proccess to
take care of it and have some kind of ipc to sinc the data.
The best solution would be something in the same proccess
(without forking or threading). Is there a way to increase
the "resolution" of the timout event?
sugestions?
Regards,
Raul Dias
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]