Displaying 2 results from an estimated 2 matches for "novative".
Did you mean:
novativa
2005 Dec 26
2
Ruby on Rails with e-novative WAMP
I am brand new to Ruby and Ruby on Rails, and I already have e-novatove
WAMP set up and running perfectly for PHP/MySQL development. Can I set
this up to use Ruby without messing it up for PHP/MySQL? It took me a
while to get it working for PHP/MySQL and I don''t want to do anything to
break it. Any help would be greatly appreciated.
Thanks,
Jim
--
Posted via
2007 Jun 07
1
how to disable all checksum calculations?
Hi,
I've a directory of large log files (> 100M) that I want to rsync to
another server in short intervals (say every minute).
With the --append option I can avoid resending whole files at every
sync. But rsync still calculates the checksum over the complete files
every time, which claims a significant share of CPU and IO resources.
Since the log files are always written in append-only