google's web music player

2009-04-04 Thread Jeff Pang
Hello, Google has introduced its music searching here (music.google.cn), with an online web music player. what I'm surprised with is, even I deleted all the browser's cookies and buffers (I use firefox), after re-open that web music player, the list of songs is still there (I also tried changin

Re: srand

2009-04-04 Thread Perrin Harkins
2009/4/4 "Stanisław T. Findeisen" : > How does this relate to mod_perl? Is it safe to simply call srand() once per > CGI script? It's safe, although there's not much reason to do it unless you have access to something more random than what it will use by default. You should not call srand more th

Re: srand

2009-04-04 Thread Adam Prime
Stanisław T. Findeisen wrote: Hello I have a question regarding srand() usage with mod_perl. The documentation says: === Do not call srand() (i.e. without an argument) more than once in a script. The internal state of the ra

srand

2009-04-04 Thread Stanisław T. Findeisen
Hello I have a question regarding srand() usage with mod_perl. The documentation says: === Do not call srand() (i.e. without an argument) more than once in a script. The internal state of the random number generator should co

Re: sending all of stderr to a process

2009-04-04 Thread E R
One operational issue with this is that if the logger process dies, existing httpd processes will get a SIGPIPE signal on subsequent writes. Restarting the logger process does not restore the lost connections. On Fri, Apr 3, 2009 at 12:38 PM, Torsten Foertsch wrote: > On Fri 03 Apr 2009, E R wro