Jester009 Posted September 26, 2008 Posted September 26, 2008 Hi Guys, I have been using Autoit for sometime. I have some knowledge using IE functions but not on sockets and multi threading. For example if I need to submit a query to the following URL and get data, using multi threading, how do I do that? http://adlab.msn.com/Online-Commercial-Intention/ Please understand and I do not have much understanding about Sockets, Threads and GET/POST submissions in web pages. Can any of you please give me and idea on how to start on this? may be some resources... Thanks in advance Jester009
dbzfanatic Posted September 26, 2008 Posted September 26, 2008 Autoit is single-threaded. No multithreading so you need to find a workaround. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Jester009 Posted September 26, 2008 Author Posted September 26, 2008 Thanks dbzfanatic for replying. So does that mean I can not connect to the above mentioned server from more that one socket and get data?
dbzfanatic Posted September 26, 2008 Posted September 26, 2008 I'm not sure about that but it seems that way. I personally haven't tried anything with multithreading yet so don't quote me. Dale is the resident expert on internet automation so hopefully he'll notice this and be able to give you some insight. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Kip Posted September 26, 2008 Posted September 26, 2008 You can create multiple sockets, but not threads. MailSpons: Fake SMTP server for safe email testing Dutch postcode & address API.
Jester009 Posted September 26, 2008 Author Posted September 26, 2008 Hi Kip, Thanks for the reply. SO I guess Sockets and threads are two separate concepts. So using multiple sockets to get data from the Internet is much faster than IE methods? Can you suggest me a starting place to work on sockets? Thanks
rover Posted September 26, 2008 Posted September 26, 2008 Hi Kip, Thanks for the reply. SO I guess Sockets and threads are two separate concepts. So using multiple sockets to get data from the Internet is much faster than IE methods? Can you suggest me a starting place to work on sockets?ThanksI'm stating the obvious, but you could type 'sockets' in the forum search engineand get kips, zatorgs and others asynchronous sockets udfs I see fascists...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now