www.SmarteGuru.com
  Home | Blogs | Recipe | Find a Friend | Discussion Board | Resources | Developers Area | Articles | Health |  Login | Register Now 

Posts Tagged ‘mysql’

Performance tips for Ruby on rails application

Monday, September 8th, 2008

The performance of ROR is influenced by many factors, particularly the configuration of your deployment server(s). However the application code can make a big difference and determine whether your site is slow or highly responsive. Achieving good performance is a tricky business.
(more…)

NeverBlock: Non-Blocking Database Adapters

Sunday, September 7th, 2008

NeverBlock is a library, using Ruby 1.9 fibers that allows developers to write non-blocking, concurrent code in a transparent manner. Meaning that you will keep coding in your traditional ways while you get the benefit of non-blocking IO operations.

Traditionally, a Ruby application would block whenever it requests an IO operation. This can be solved by running code in multiple threads but this comes at a cost, mainly:
(more…)

SSH tunneling to connect with mysql database through remote access

Thursday, August 21st, 2008

I have come up with following solution where you don’t have access to control your remote database. and you may need steps to connect remote database through tunneling

1. Get putty and run it.
2. Enter the host name that you use for normal SFTP access.

(more…)

Home - About Us - Help - Terms and Conditions - Site Map - Link to Us - Resources - Contact Us
Google Rank Calculator | Suggest developer resource | Suggest Article
All rights reserved © 2007 SmarteGuru.com.