Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bulknews
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Profiling and Optimizing in Go (Live Coding) Brad Fitzpatrick
(youtube.com)
1 points
by
bulknews
11y ago
|
0 comments
2.
▲
Parallelism, Concurrency, and Asynchrony in Perl 6 [video]
(youtube.com)
54 points
by
bulknews
11y ago
|
4 comments
3.
▲
by
bulknews
13y ago
slightly more credible source - his attorney on winny's case confirmed he passed away 7/6 6:55 pm JST due to a heart attack. http://danblog.cocolog-nifty.com/index/2013/07/post-9e47.htm...
4.
▲
by
bulknews
14y ago
Well, I take "insane" as a compliment :) While it is true you can emulate the traffic by looking at web server logs, it was crucial for us to send the exact same request including the same HTTP headers and request body (think POST requests)
5.
▲
by
bulknews
14y ago
Yep, we run kage behind another load balancer that does SSL decryption etc.
6.
▲
by
bulknews
14y ago
Yeah good point. We actually run kage proxy behind another load balancer, and only send traffic with a sampling cookie set, which can be controlled from our main app.
7.
▲
by
bulknews
15y ago
> - Why send back an array ref instead of using the CGI way? What is the advantage it brings? If you design a fibonacci() function, would you make it print the result to STDOUT, or return the result as a return value? If the specificati
8.
▲
by
bulknews
15y ago
> while (my $req = CGI::Fast->new) { myApp->run($req); } > Is there a handler/wrapper for that? Assuming that while loop is in your bootstrap FastCGI script, you can instead have an app.psgi (or whatever named) file with the
9.
▲
by
bulknews
15y ago
> By the way, adding some script examples for CGI::PSGI and other related modules would be much appreciated (The doc is too elliptic and assume we know already that much about the PSGI context and Plack system) The SYNOPSIS has the comp
10.
▲
by
bulknews
15y ago
> Not really sure it is a good idea to put a spec on CPAN They are also available on github with POD markup, with the full version controlled history: https://github.com/miyagawa/psgi-specs > CGI.pm handles quite well many of the
11.
▲
by
bulknews
15y ago
> the doc is unclear as to what it brings on the table, why it should be used, how to be used, the improvement it brings if any are really not clear. I assume you're looking at the non-dev PSGI specification on CPAN. We're working on re