PYR0M4NC3r Posted June 21, 2008 Posted June 21, 2008 Hi I was wondering whether Autoit can be used to establish multiple connections (TCPConnect()) to a server on port 80 (HTTP) and send a get command simultaneously to them. I am a newbie so any help is appreciated
ehsanul Posted August 12, 2008 Posted August 12, 2008 Bumping this, because I need the same thing. Any help would be appreciated .. I'm looking into the HTTP UDF OverloadUT posted a while back, but I'm not even sure I can make it work for a single connection (will try that now), much less multiple connections.
cppman Posted August 13, 2008 Posted August 13, 2008 Why wouldn't you be able to? Have you tried? $x = TCPConnect(...) $y = TCPConnect(...) Simultaneous, no. You can fake it though. Miva OS Project
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