From: rpnoble <rp...@ib...> - 2009-04-29 06:34:40
|
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. |