unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* Unicorn.run method removed in unicorn.git
@ 2011-06-13 21:20 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2011-06-13 21:20 UTC (permalink / raw)
  To: mongrel-unicorn

I don't know if there are any folks wrapping Unicorn, but
I've removed the Unicorn.run method in unicorn.git as part
of an effort to reduce stack size (which will improve GC
performance and reduce the cost of generating (and examining)
backtraces.

You can replace:

  Unicorn.run(app, options)

With:

  Unicorn::HttpServer.new(app, options).start.join

This will be in the upcoming 4.x release.

ref: git://bogomips.org/unicorn.git
commit 5d2284afdc2d4f4ff122394ae5fd78a32cb8c09e

-- 
Eric Wong
_______________________________________________
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] only message in thread

only message in thread, other threads:[~2011-06-13 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-13 21:20 Unicorn.run method removed in unicorn.git 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).