…Application Servers: Tomcat, JBoss 5 and 6, Resin, Jetty, WebLogic, TomEE, Glassfish, and WebSphere
Use Cases: Thread pools are typically used to service multiple requests simultaneously. However, to get the best throughput, thread pools must be configured appropriately. For example, if the maximum thread count is set too high, the app will slow down from excessive memory usage. But if the maximum thread count is too low, it will cause requests to block or timeout.
You can …
The 1995 science fiction film 12 Monkeys was inspired by, and takes several concepts directly from, La jetée.
…meanwhile, New Relic explored the gains open source Java application servers like Jetty and Tomcat had made at the expense of commercial alternatives like WebLogic or WebSphere. Our analysis of an up-to-date snapshot confirmed the dominance of the open source Java app servers. Three of the four most popular app servers were open source, with Apache Tomcat more popular than every other application server combined, commercial or open source. Among commercial Java application servers, …
If you weren't able to make it to our JRuby Meetup last week at Engine Yard HQ, you missed out on an awesome presentation from Square platform engineer Xavier Shay. However, you're in luck! Our favorite videographers at Marakana (a big shout out and thank you to Max Walker!) taped the whole thing. And of course, a big thanks to Xavier for coming and chatting about Square's awesome technology! Hear about how Square incorporated JRuby, Kirk, Jetty and Jetpack into their platform.
…epic quest that saw our protagonists face the demons of Kirk, Mizuno, Jetty, Neo4j, threads, startup times, and cross-Ruby compatibility, before emerging victorious with a setup fit for the gods. This event will take place at Engine Yard's headquarters on January 19th at 6:30 pm.
January 12 | San Francisco, CA
January's Neo for Ruby-Jay Meetup will also take place at our headquarters on January 12. Andreas Kolleger will …
…Unicorn for Ruby or Tornado for Python, or Jetty itself for Clojure.
The capabilities promised by J2EE application containers for managing your app include deployment, restart, logging, service binding (config), and clustering (horizontal scaling). Running your Java app on Heroku, you achieve these ends via the platform instead.
But unlike J2EE, Heroku is a polyglot platform . Techniques for deployment, logging, and scaling are applicable to all …
…SOLR search engine requires the Debian packaged version of SOLR and Jetty, and the older releases do not have a recent enough version for Chef SOLR . At some point we may update the repository with backports for older versions, but we recommend Ubuntu 10.04 as it is an LTS release.
The source package for Chef is available for any of these releases.
Apt Pinning
If you are not ready to upgrade to the 0.9 release of Chef, you should pin your packaging in the …
…Gem Neo4jr-social is a graph db that uses JRuby but isolates it in a Jetty server so you don't need to use JRuby throughout # railsconf
You can use Neo4jr-social to get friend recommendations and degrees of separation pretty easily. @ mdeiters # railsconf
To which Charles Nutter (@headius) responded @ jakescruggs Jeez, why not just use JRuby? So much pain could be avoided.
I really want @ mdeiters slides for the explanation of all these crazy graph relationship …
…does it mean that we should abandon our favourite server side language/framework? Not quite. Like Jetty and APE already support WebSocket, most concurrency orientated languages, libraries, and frameworks already have WebSocket support.
Here is how you write "Echo" example in a number of different languages/libraries/ frameworks.
Erlang
"Comet is dead long live websockets" by Joe Armstrong start() -> F = fun interact/2, spawn(fun() -> …
…WCF and Jersey, I like MVC and Spring, I like Jetty and Tomcat, I like the .NET framework and the JVM. In fact every piece of software I have ever delivered into production has relied on frameworks for heavy lifting - we used Jetty and Tomcat/ JBoss and a bunch of mature open source libraries (thanks Apache!) for the services I described above.
What's different about the frameworks I favour, is that they don't imply a large up-front commitment (or gamble as it should …