Advancing Network and Security Performance
While server virtualization has actually been available for more than a decade, many IT professionals still refer to it as a relatively... more »
Tweet 0 Comments Save Tags: cloud , security , server , standards
Learn how to configure MongoDB HA Replica Set on AWS EC2
it needs two machines that will be used as PRIMARY(Master) and SECONDARY (Slave) node and one ARBITER machine for the replica set.... more »
Tweet 0 Comments Save Tags: cloud , database , how-to , server
20+ Examples of Getting Results with Big Data
We’ve never had greater, better analyzed, more pervasive, or increasingly connected computing power and information at a cheaper price in... more »
Tweet 0 Comments Save Tags: cloud , open source , server , web services
Data Grids & CAP
This post discussing the CAP properties of JBoss Data Grid depending on both configuration and network condititions.
Tweet 0 Comments Save Tags: cloud , open source , server , trends
Growing Pains with Chef
From OpsCode, a thirty-minute tale on the triumphs and hurdles Turner Broadcasting System's team encountered as it attempted to implement... more »
Tweet 0 Comments Save Tags: server , tools
5 Steps to Improve E-Commerce Performance for Increased Sales: Introduction
The saying “if it doesn’t exist on the Internet, it doesn’t exist“ is reigning truer every day. Nowadays, it is hard to imagine most... more »
Tweet 0 Comments Save Tags: server , tools , trends , usability
Spring @RequestMapping
Spring @RequestMapping - Basic Example, @RequestParam, @PathVariable, Header mapping
Tweet 0 Comments Save Tags: frameworks , how-to , java , server
Asynchronous CDI Events
CDI 1.0 doesn’t support asynchronous events generation. It also doesn’t seem that CDI 1.1 will have such support. This, however, doesn’t... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards
The Secret to 10 Million Concurrent Connections -The Kernel is the Problem, Not the Solution
Now that we have the C10K concurrent connection problem licked, how do we level up and support 10 million concurrent connections?... more »
Tweet 0 Comments Save Tags: how-to , research , server , unix-linux
The Secret to 10 Million Concurrent Connections -The Kernel is the Problem, Not the Solution
Now that we have the C10K concurrent connection problem licked, how do we level up and support 10 million concurrent connections?... more »
Tweet 0 Comments Save Tags: reviews , server
JSF 2.2 Stateless views explained
The JSF 2.2 specification (JSR-344) has recently been approved. The stateless view feature which was added fairly late to the list of JSF... more »
Tweet 0 Comments Save Tags: java , reviews , server , standards
First WebRTC PaaS with Mobicents SIP Servlets and CloudBees
Pure WebRTC with the best blend of Mobicents Sip Servlets on Tomcat 7 and Cloudbees Run@Cloud. Click on the link for a quick start... more »
Tweet 0 Comments Save Tags: cloud , open source , server , web services
Jboss 7 Application Server Command Line Utility
Jboss 7 Application Server Command Line Utility Named CLI (Command Line Interface).
Tweet 0 Comments Save Tags: open source , server
Deploying Your Chef Infrastructure With Capistrano
How to deploy your Rails app with Capistrano and Chef together.
CSS for Form Elements
Styling form elements with CSS reduces the page load, bandwidth consumption at the end increasing the sites performance as well. Use of... more »
Tweet 2 Comments Save Tags: css-html , how-to , server , web design
Instrument Java code your way: TraceView Java API
When it comes to analyzing your web application’s performance, TraceView has already instruments a wide spectrum of Java components, such... more »
Tweet 1 Comments Save Tags: how-to , java , methodology , server
Java EE 7: JMS 2.0 With Glassfish v4
Java EE 7 has been recently accepted by the Executive Committee. This means that soon we should have Java EE 7 application servers... more »
Tweet 0 Comments Save Tags: java , open source , reviews , server
Java Spotlight Episode 131: Nigel Deakin on JSR 343: JMS 2.0 @JCP
Interview with Nigel Deakin on JSR 343: Java Message Service 2.0.
Tweet 0 Comments Save Tags: java , open source , server , web services
Concurrent Garbage Collection in Java
This GC Blog Post covers the Concurrent-Mark-Sweep collector which is a "low pause" collector implemented in the hotspot Garbage Collector.
Tweet 0 Comments Save Tags: java , open source , research , server
Fix Memory Leaks in Java Production Applications in 5 Steps
Adding more memory to your JVMs (Java Virtual Machines) might be a temporary solution to fixing memory leaks in Java applications, but it... more »
Tweet 0 Comments Save Tags: how-to , java , server
Server WebSocket Clients, with Jetty
Previously I discussed how to write a Server which uses a persistent WebSocket Client, using the Netty framework to make things go. ... more »
Tweet 0 Comments Save Tags: reviews , ria , server
The Benefits of a Reverse Proxy
A typical ASP.NET public website hosted on IIS is usually configured in such a way that the server that IIS is installed on is visible to... more »
Tweet 0 Comments Save Tags: .net , server , web design
The Second Part of the RestComm Load Testing Tutorial
After covering the basics on load testing RestComm using SIPp, here's the second part of the tutorial educating on how to properly test... more »
Tweet 0 Comments Save Tags: cloud , open source , server
5 Talks To Learn More About Node.js
A list of five great Node.js talks. A great help to anyone just picking up Node.js or someone who's been working on it for years.
Tweet 0 Comments Save Tags: frameworks , how-to , javascript , server
Javascript Implementation of SHA256 Hashing
While SHA256 hashing is normally done server side, it is easily possible to create SHA256 digests client side using Javascript.
Tweet 1 Comments Save Tags: javascript , security , server