nooby Posted April 28, 2007 Posted April 28, 2007 Trying to come up with the fastest way to retrieve source code from a website, what do you suggest? - _InetGetSource(..) - InetGet(..) - TCPNameToIP(..) TCPRecv(..) Any faster/easier/better ways? thanks
Shevilie Posted April 28, 2007 Posted April 28, 2007 Well you could make a test app Messure the time it takes the script to get the same page 50 times - Look for TimerInit Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
AutoItKing Posted April 28, 2007 Posted April 28, 2007 InetGetSource since it gets it directly. http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
nooby Posted April 28, 2007 Author Posted April 28, 2007 Okay, I think I'll pick _InetGetSource.. Seems the fastest & the most reliable. Any other ideas?
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