Skip to main content

Home/ Arquitectura?/ Group items tagged threading

Rss Feed Group items tagged

Pablo Lalloni

Bottom vs. top posting and quotation style - 0 views

  •  
    "What is the reason to quote at all? Consider it. It shouldn't be to allow people to scroll down to see all earlier discussions. If the news client is a bit smart, fetching the older articles from the server should be just as easy as to "scroll down". If a thread goes forth and back some times and earlier quotes accumulate, an article including all those quotes might get five-ten times larger than a posting without quotes, this wastes bandwidth and hard disk space. Therefore, IMHO, no quotes are far better than a posting at the top of all old quotes."
Pablo Lalloni

https://www.mikestoolbox.org/ - 0 views

  •  
    "Mike's Toolbox Enhanced Multi-Threaded SSL/TLS Test Server"
Pablo Lalloni

Dart : Structured web programming - 0 views

  •  
    Google publicó el primer preview de su nuevo lenguaje. Soporta 2 ambientes de ejecución: una nueva virtual machine y compilado a javascript. La VM soporta startups muy rápidos leyendo el estado del sistema desde archivos de imagen estilo smalltalk. El lenguaje es OO pero basado en interfaces, no clases (aunque tiene clases, todos los method dispatch se refieren a una interfaz). El tipado estático es 100% opcional, permite no poner tipos e incluso permite ejecutar código que no valide el typechecker (con errores). El modelo de ejecución es tipo erlang como procesos single-threaded aislados unos de otros (no pueden compartir nada) que solo se comunican pasando mensajes, éstos se llaman "Isolates".
Pablo Lalloni

Baratine | a distributed in-memory Java service platform - 0 views

  •  
    "Baratine is a new distributed in-memory Java service platform for building high performance web services that combine both data and logic in the same JVM. Say again? In Baratine, the data lives within the service and the service owns its own data. This means: the data is not owned by the database the data is not modified by another process the data is not separate and distinct from the service => The data sits right in the service in the same JVM, the same thread, and the same class instance."
Pablo Lalloni

InfoQ: Grails Best Practices - 0 views

  • Prefer dynamic scaffolding to static scaffolding until the former no longer satisfies your requirements. For example, if only “save” action needs to be modified, you can override just that “save” action and generate scaffolded code dynamically at runtime.
  • To install any plugin in your application, it's better to declare it in BuildConfig.groovy rather than using the install-plugin command. Read this thread for a detailed explanation.
  • Always ensure that you include an externalized config file (even if it's an empty file), so that any configuration that needs to be overridden on production can be done without even generating a new war file.
  • ...2 more annotations...
  • Keep personal settings (such as local database username or passwords, etc) in a <Local>Config.groovy file and add to version control ignore list, so that each team member can override configuration as per their specific needs.
  • In Grails 2.0 “grails.hibernate.cache.queries = true" by default, which caches queries automatically without a need to add cache:true. Set it to false, and cache only when it genuinely helps performance.
  •  
    This article is a basic list of best practices that our Grails projects follow, gathered from mailing lists, Stack Overflow, blogs, podcasts and internal discussions at IntelliGrape.
Pablo Lalloni

InfoQ: Benchmarking JVM Concurrency Options for Java, Scala and Akka - 0 views

  •  
    Buen set de tests comparativos entre varias implementaciones de paralelismo local.
Sebastián Zaffarano

Joshua Zhu's Blog » Apache 2.4 Faster Than Nginx? - 7 views

  •  
    Es un chiste no? :)
  • ...2 more comments...
  •  
    El título (muy "a lo crónica") es una pregunta, y el flaquito se tomó el laburo de hacer unas mediciones, inclusive limitando la cantidad de threads por apache, y efectivamente, nginx le rompe el toor a apache :)
  •  
    Pero el título dice lo contrario... que apache 2.4 anda mejor que nginx... siendo que uno espera que nginx ande mejor que apache, siempre. Pero igual, la prueba está mal hecha... parece. Y nginx sigue haciéndole morder el polvo a apache como desde hace años.
  •  
    El título lo pregunta, no lo afirma. ¿por qué decis que la prueba está mal hecha?
  •  
    Si, bueno, donde puse "dice" quise decir "pregunta". Se pregunta si apache 2.4 es mas rápido que nginx, como una cosa novedosa, ya que es sabido lo contrario para versiones anteriores de apache, y que los devs de apache salieron a decir que el 2.4 es mas rápido que nginx. La prueba parece floja por varios lados... en los comentarios se mencionan varias cuestiones. Paradójicamente lo que sí es creíble es la conclusión, independientemente de la prueba. Aunque contradice las declaraciones de los devs de apache.
1 - 7 of 7
Showing 20 items per page