[perl-win32-gui-users] Using HTTP::Daemon within Win32::GUI

2009-04-29 Thread rpnoble
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

Re: [perl-win32-gui-users] Using HTTP::Daemon within Win32::GUI

2009-04-29 Thread Jeremy White
Hi, Not sure if I understand what you are wanting to do, but you can have a webserver (via HTTP::Daemon) running on one thread, while the main GUI is running in another. Each thread would block as you would expect: Win32::GUI until an event is fired and HTTP::Daemon until a time out or HTTP