unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* Kernel.srand after_fork
@ 2011-01-28  9:57 ghazel
  2011-01-28 10:26 ` Eric Wong
  0 siblings, 1 reply; 5+ messages in thread
From: ghazel @ 2011-01-28  9:57 UTC (permalink / raw)
  To: unicorn list

Hi,

We recently noticed random numbers from the Unicorn workers were
turning up lots of duplicates across requests. Is it possible that the
random seed generated when the ruby interpreter starts is duplicated
when the workers are forked, and not re-seeded after fork?

If so, should I call Kernel.srand in after_fork, or is this something
which should be added to Unicorn?

-Greg
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-28 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-28  9:57 Kernel.srand after_fork ghazel
2011-01-28 10:26 ` Eric Wong
2011-01-28 10:57   ` ghazel
2011-01-28 17:51     ` Eric Wong
2011-01-28 18:14       ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).