Jump to content

[SOLVED] Stop waiting for a response


sphinx9999

Recommended Posts

I need to log impressions v. quickly. This could mean up to 10 inserts per script call (and possibly a high number of calls per second). Normally I would do a quick loop and insert a row for each iteration. However, I could do with speeding this up to reduce the number of calls to the database. Is there any way I can send the data to mysql and instead of having to wait for a response move straight on and add the next. It's not critical to get EVERY response; I will assume that they have gone in successfully (and take the consequences if they haven't ;)).

 

Thanx

Link to comment
https://forums.phpfreaks.com/topic/79100-solved-stop-waiting-for-a-response/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.