Group;

I have an application i wrote to read data from various scanners (search
socket scan). I currently use the keyboard to send the data to my target
application ( a web page running in IE). This is now a problem because the
data passed causes a few utilities used to control video drivers to freak
out. 

My idea is to embed HTTP::Daemon in my application and use an AJAX call to
see if any data is available. So my question is how bet to intergrate
HTTP::Daemon with Thread utilities. my basic workflow will be:

1) Main Application will get data from the scanner
2) Main Application will pass scanner data to child thread 
3) child thread waits until an AJAX call is placed and then returns the data

Am I barking up the wrong direction or what?

-- 
View this message in context: 
http://www.nabble.com/Using-HTTP%3A%3ADaemon-within-Win32%3A%3AGUI-tp23291337p23291337.html
Sent from the perl-win32-gui-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to