robhol Posted February 12, 2010 Share Posted February 12, 2010 I was wondering whether file and SQLite I/O was synchronous or asynchronous? I seem to remember them being synchronous, but I'm not sure, so I'd like some confirmation. And how is the MySQL module? It seems to me that that would almost have to be async, due to the potential delays in querying a remote server. Link to comment
50p Posted February 12, 2010 Share Posted February 12, 2010 (edited) AFAIK, file and SQLite functions are synchronous. Not sure if MySQL is synchronous though but probably is too. I wonder why you asked these questions here not IRC where most devs are? Edited February 12, 2010 by Guest Link to comment
robhol Posted February 12, 2010 Author Share Posted February 12, 2010 School and IRC generally don't mix all that well, so I figured I'd ask here. Thanks for replying. Link to comment
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