Jump to content

Any other way then usleep?


KingOfHeart

Recommended Posts

I'm using a program to connect to a website. This program has one bug in it, if it receives data more then 500 bytes it crashes.

So on my website I've been using "usleep(100000);" which helps break up the data. Is there any other functions that can split up sending data without any type of delay?

 

Also would a really highspeed internet put the data together with that current usleep, because with my speed it splits it up just fine.

Link to comment
https://forums.phpfreaks.com/topic/216401-any-other-way-then-usleep/
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.