/[suikacvs]/www/test/dom/eventsource/html-event-source/event-source-print-2-data.events.cgi
Suika

Contents of /www/test/dom/eventsource/html-event-source/event-source-print-2-data.events.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Thu Feb 3 02:20:15 2011 UTC (14 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
tests

1 #!/usr/bin/perl
2
3 $| = 1;
4 print "Content-Type: application/x-dom-event-stream\n\n";
5
6 for my $i (1..100) {
7 print "Event: test-event-1
8 data: test-data-$i
9
10 ";
11 sleep 1;
12 }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24