Jun 9 2011

A Call for Coordinated Cloudbursts

A cloud computing model is needed that can take overall data points and feedback items into account and can plan to work and react ahead of usage in an overall architecture.

TAGS:
Jun 21 2010

My days @ Ebusinessware

Our esteemed company Ebusinessware lovingly known as EBW.Prior to come to ebw i was thinking of a typical banking domain company with regular functions was broken with happiness.I have experienced is bouquet of all colors forming a rainbow of technology and services. A true company having offering of end to end technology and business [...]

TAGS:
Sep 16 2009

Monitoring Tool-Nagios

NAGIOS

Nagios is an open source tool specially developed to monitor host and services. This monitors Unix, Linux and Microsoft windows OS’s and network appliances which supports SNMP protocol.
It is designed to inform network incidents before your clients, end-users or managers do. It has been designed to run under the Linux operating [...]

Sep 2 2009

EBW: Energy Sector Arena

Ebusinessware, globally known as EBW, is a global technology consulting firm specializing in IT services. We are headquartered in New York, with offices in London, Singapore and our Center of Excellence is in India.
EBW has expertise in diversified domains from Energy to Finance. We have been contributing both in Managed Services and Solutions (IT [...]

May 22 2009

Cache implementation for multi threaded environment

Sometimes, we need to fetch data from a slow external system and data doesn’t even change often. At the cost of increased memory foot print, we can cache the data that can be expired time to time, knowing it can always be recreated when needed again.
Data caching limits the remote method invocations. It improves performance [...]

TAGS:
May 21 2009

MultiThreading and its challenges!

In this real world, optimum utilization of resources has always been the prime concern of any organization ,industry and institution; irrespective of the size, fashion and nature of their operations; various techniques and principals are used to achieve this goal.
In Java also, it’s always a prime challenge for a developer to use it’s available resources [...]