Heyy guys,
These days, i'm kinda into hot stuff each day but kinda not having time to document all those. So here i got a little time, let's skip the bla bla.
What exactly is real-time updating means?
Have you ever seen how php output is shown on the browser? No matter what length code or how many loops you put into, the browser always wait to get EVERYTHING, every tiny thing from php output before showing it to the user. Now this isnt convinient eh?
Let's take a scenario where you have to get 1000 records from a database and do very high time consuming calculations on each record. So under normal conditions the user will be looking at a blank page for several minutes [or hours depending on your processor :D ]. This isnt any fault of php, of course if you run php from the terminal (WAMP users dont look confused now) you'll see the output in realtime. So what's preventing it?
The Quickie Solve
Just like every other problem there's the easy short code to do this.
Tested with Chrome and Firefox in a standard LAMP server without any server config changes
Usual php output code
output [the whole thing displays after 5 seconds]
php with buffering off
output [the whole thing displays after 5 seconds]
These days, i'm kinda into hot stuff each day but kinda not having time to document all those. So here i got a little time, let's skip the bla bla.
What exactly is real-time updating means?
Have you ever seen how php output is shown on the browser? No matter what length code or how many loops you put into, the browser always wait to get EVERYTHING, every tiny thing from php output before showing it to the user. Now this isnt convinient eh?
Let's take a scenario where you have to get 1000 records from a database and do very high time consuming calculations on each record. So under normal conditions the user will be looking at a blank page for several minutes [or hours depending on your processor :D ]. This isnt any fault of php, of course if you run php from the terminal (WAMP users dont look confused now) you'll see the output in realtime. So what's preventing it?
BUFFERING
The Quickie Solve
Just like every other problem there's the easy short code to do this.
Tested with Chrome and Firefox in a standard LAMP server without any server config changes
Usual php output code
- echo "add this";
- sleep(5);
- echo "Program Output";
output [the whole thing displays after 5 seconds]
- add thisProgram output
php with buffering off
- echo "add this";
- echo str_pad("",1024," "); //BROWSER TWEAKS
- echo " <br />" //BROWSER TWEAKS
- //telling php to show the stuff as soon as echo is done
- ob_flush();
- flush();
- //just a usual sleep
- sleep(5);
- //second echo statement
- echo "Program Output";
- ob_flush();
- flush();
output [the whole thing displays after 5 seconds]
- add this[waiting 5 seconds]Program output
So let's talk about buffering. The feature-thingy that put the whole output at last is because there are several layers of buffering undergoing on the php output to make the output process efficient
1) by php : the ob_* functions are related to this, ob_flush() would stop/flush the buffer
2) by server : gzip compression, output_buffering in php5.ini does these
3) by client : browsers like to do less work, so they wait for considerable about of data to come before showing them to the user
Important tweaks of the code
1) echo str_pad("",1024," "); //BROWSER TWEAKS
As i mentioned browsers do their own buffering to wait for some amount of data before showing content to user
FF - 512 bytes
chrome - 1024 bytes
IE - why would you ask? :D
What above code does is adding 1024 blanks to the output, just to make it complete
2) echo " <br />" //BROWSER TWEAKS
Even after above tweak i found that Chrome doesn't show the output as expected. After few more hours of trial and error [at the workplace] I found that it need to read a newline before actually giving any output. Strange huh? So i simply added a html newline and VIOLA :D
Now the code seems working but only buffering (1) and (3) seem to be addressed. So lets make the code complete in a case the server had some bad-ass buffering and caching going. But you wont need all of these, just do trial and error to find the best methods for you.
- // Turn off output buffering
- ini_set('output_buffering', 'off');
- // Turn off PHP output compression
- ini_set('zlib.output_compression', false);
- //Flush (send) the output buffer and turn off output buffering
- while (@ob_end_flush());
- // Implicitly flush the buffer(s)
- ini_set('implicit_flush', true);
- ob_implicit_flush(true);
- echo "add this";
- echo str_pad("",1024," ");
- echo "<br />";
- ob_flush();
- flush();
- sleep(5);
- echo "Program Output";
- ob_flush();
- flush();
References
1) ob_flush()
2) flush()
very nice
ReplyDeletethankx :)
ReplyDeleteIts really helpful for me to understand. Thanks.
ReplyDeleteIf anyone wants to Learn Web Designing in Chennai go to the Besant Technologies which is No.1 Training Institute in Chennai.
Thanks. I'm trying to display the output from a unix command line program. how would this work with a system() call that outputs every few seconds?
ReplyDeletedoes the php script call the system() command?
DeleteMuch appreciated. I'm attempting to show the yield from an unix charge line program.
ReplyDeleteBest Web Design
Doesn't work for me in FF or Chrome, strange
ReplyDeletetested on FF/chrome/IE at the time of writing the script, try increasing the str_pad value from 1024 -> 2048 and on, might resolve :)
DeleteIt works perfectly in FF.
ReplyDeleteI deleted " ob_flush();" because I received warnings about it.
Thanks
After days of trial and error I finally came across this page. Worked perfectly for me. Thank you.
ReplyDeletemy pleasure :)
DeleteThis comment has been removed by the author.
ReplyDelete
ReplyDeleteAll are saying the same thing repeatedly, but in your blog I had a chance to get some useful and unique information, I love your writing style very much, I would like to suggest your blog in my dude circle, so keep on updates.
Peridot Systems Chennai
ReplyDeleteThanks for the good words! Really appreciated. Great post. I’ve been commenting a lot on a few blogs recently, but I hadn’t thought about my approach until you brought it up.
SEO training in Adyar
This comment has been removed by the author.
ReplyDeletethanks for sharing such a nice info.I hope you will share more information like this. please keep on sharing!
ReplyDeleteGerman Courses in Chennai
best german classes in chennai
German language training in chennai
Java Training in Chennai
Java course in Chennai
Java Training Institute in Chennai
Awesome post! Thanks for sharing.
ReplyDeleteCorporate Training in Chennai | Corporate Training institute in Chennai | Corporate Training Companies in Chennai | Corporate Training Companies | Corporate Training Courses | Corporate Training
Thanks for such a great article here. I was searching for something like this for quite a long time and at last, I’ve found it on your blog.thanks for sharing.
ReplyDeletemoto service center in chennai
motorola service center in chennai
moto service centre chennai
moto service center
motorola service center
motorola service center near me
motorola mobile service centre in chennai
moto g service center in chennai
motorola service center in velachery
motorola service center in t nagar
motorola service center in vadapalani
Thanks for posting useful information.You have provided an nice article, Thank you very much for this one. And i hope this will be useful for many people.. and i am waiting for your next post keep on updating these kinds of knowledgeable things...Really it was an awesome article...very interesting to read..please sharing like this information......
ReplyDeleteoneplus mobile service center in chennai
oneplus mobile service center
oneplus mobile service centre in chennai
oneplus mobile service centre
oneplus service center near me
oneplus service
oneplus service centres in chennai
oneplus service center velachery
oneplus service center in vadapalani
vavoo apk
ReplyDeletegomovies
ReplyDeletefinance whatsapp groups
ReplyDeleteThanks for provide great information and looking beautiful blog. If you wish to learn get connected with Advanced Cyber Security Course. I hope below information will help you.
ReplyDeleteEthical Hacking Training in chennai
Best Training Institute in Chennai
AVG AntiVirus Pro Paid Version
ReplyDeleteWhatsapp Group Link - 5000+ Updated Whatsapp Groups
ReplyDeletewhatsapp group link Click The link And Join Whatsapp New Groups, Dating, Business promositions Groups
I must appreciate you for providing such a valuable content for us. This is one amazing piece of article. Helped a lot in increasing my knowledge.SAS Training in Bangalore
ReplyDeleteI Love your article. You can visit my website : m.bee.mp3.com
ReplyDeleteThank you so much for such an wonderful blog. I’m really thankful to you for this informative Blog .
ReplyDeleteComputer Repairing Course in Delhi
This comment has been removed by the author.
ReplyDeletegretings from my used bookstore
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteSnapdeal Winner List here came up with an Offer where you can win Snapdeal prize list 2020 by just playing a game & win prizes.
ReplyDeleteSnapdeal winner name2020 also check the Snapdeal lucky draw2020
You can download free games and apps on your android mobile tweakbox apk
ReplyDeleteVisit For Best Shayari Now
ReplyDeleteBewafa Shayari
Marathi Shayari
happy republic day images
ReplyDeleteIt’s difficult to find experienced people in this particular topic, however, you seem like you know what you’re talking about! Thanks
ReplyDeleteTech news
AWS
ReplyDeletepython
thank you
ReplyDeletebest appd download
Thanks for providing valuable information
ReplyDeleteAutomation Testing Training in Bangalore
Selenium Automation Training in Bangalore
Selenium Training Institutes in Bangalore
Software Testing Training in Bangalore
Java Selenium Automation Training in Bangalore
Online selenium training in India
Weekdays selenium training in bangalore
Weekend selenium training in bangalore
Weekend online selenium training
Java Selenium Automation Training in Bangalore
Online selenium training in India
Thank you very much for the post visit now
ReplyDeletemortgage broker in toronto
Thank you very much for the post visit now
ReplyDeleteTinder Gold Apk
rival stars horse racing mod apk
crash of cars apk
if you are searching for the result of Matka, Satta Matka, Boss Matka, Kalyan Matka Tips, Satta Matka, Matka, Sattamatka, Matka Satta, Matka Charts, Matka Satta Result, Fix Matka
ReplyDeleteVery good post thanks for sharing with us nova tv apk and
ReplyDeleteoreo tv apk and ckaytv apk
I must appreciate you for providing such a valuable content for us. This is one amazing piece of article. Helped a lot in increasing my knowledge.
ReplyDeleteAWS training in chennai | AWS training in annanagar | AWS training in omr | AWS training in porur | AWS training in tambaram | AWS training in velachery
We provide best Selenium training in Bangalore, automation testing with live projects. Cucumber, Java Selenium and Software Testing Training in Bangalore.
ReplyDeleteHi This is SRK i'm suggesting you this is app VidMate Apk
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteĐặt vé tại phòng vé Aivivu, tham khảo
ReplyDeletemở lại đường bay việt nam - hàn quốc
vé máy bay huế đi sài gòn vietjet
vé máy bay từ huế ra hà nội
vé máy bay đi đà lạt vietnam airline
vé máy bay đà nẵng quy nhơn
The incredible site and data shared are additionally entirely calculable
ReplyDeleteEnterprise Web Design Services
Much obliged to you for this incredible piece of substance
Enterprise ECommerce
Enterprise Resource Planning
Human Resource Outsourcing
Thanks for posting this info. I just want to let you know that I just check out your site
ReplyDeleteRyo Hazuki Jacket
interesting to read.thank you.
ReplyDeleteAngular training in Chennai
Good Post! , it was so good to read and useful to improve my knowledge as an updated one, keep blogging.
ReplyDeletelịch bay từ anh về việt nam hôm nay
chuyến bay từ pháp về việt nam hôm nay
đặt vé máy bay từ đức về việt nam
mở lại đường bay việt nam - hàn quốc
dat ve may bay gia re tu Nhat Ban ve Viet Nam
Đặt vé máy bay Bamboo tu Dai Loan ve Viet Nam
Hi , Thank you so much for writing such an informational blog. If you are Searching for latest Jackets, Coats and Vests, for more info click on given link-Puscifer Leather Jacket
ReplyDeleteThanks for the best blog. it was very useful for me.keep sharing such ideas in the future as well. Chris Redfield Coat
ReplyDeleteEmirates ID does lie aged by way of UAE citizens as much a travel record in accordance with a journey inside the GCC Banks and Finance Companies hold taken that a mandatory want in imitation of procedure functions because of savings purposes.
ReplyDeleteEmirates ID
id status
This comment has been removed by the author.
ReplyDeleteThanks for submitting a valuable information for us.
ReplyDeletehttp://ramsol.in/
Nice recuitment firm ramsol.in
DeleteThanks for posting this info. I just want to let you know that I just check out your site. Tom Cruise The Mummy Jacket
ReplyDeleteSuch an interesting article here.I was searching for something like that for quite a long time and at last I have found it here. sabrina red coat
ReplyDeletePerde Modelleri
ReplyDeletesms onay
Türk Telekom Mobil Ödeme Bozdurma
nft nasıl alınır
ankara evden eve nakliyat
Trafik Sigortasi
dedektör
web sitesi kurma
ask romanlari
minecraft premium
ReplyDeletelisans satın al
özel ambulans
en son çıkan perde modelleri
uc satın al
yurtdışı kargo
en son çıkan perde modelleri
nft nasıl alınır
anathashrama near me
ReplyDelete
ReplyDeleteIt’s clearly an exceptional and very useful fact. Thanks for sharing this helpful data with us. CEA Aviation is one of the Best DGCA Ground Classes in India. It gives admission to all of the aspirants seeking to start with Ground classes. You can enrol for Best Ground training for DGCA checks with us. Once you're clear with DGCA exam Counsellor Desk will assist you in choosing the best flight academy overseas.
great blog. keep sharing more.
ReplyDeleteJAVA Course in Chennai
Learn Java Online
Java Course in Bangalore
Java Course in Coimbatore
Data science is a process of analysing raw data collected from different sources to make useful data; join Data Science Training in Chennai at FITA Academy to learn more about data science.
ReplyDeleteData Science Training in Chennai
Nice blog, Share more like this.
ReplyDeleteJava Training In Chennai
Java Online Course
Java Training In Coimbatore
The 8171 Ehsaas NADRA Gov Pk program is a commendable initiative that aims to provide financial assistance to those in need, reduce poverty, create employment
ReplyDeleteEhsaas Program Registration online
8171 Ehsaas Program
Thanks for sharing this valuable article Fasteners Manufacturers In India
ReplyDelete