in reply to hashes performance issue

You will get better performance if the perl installation (incl. the libraries) and files are all on the same host - that way you avoid network bottlenecks ... but you will still, in all probability, run into IO bottlenecks. You don't identify the OS, but in my experience, networking involving Windoze boxes is invariably slower.

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^2: hashes performance issue
by stan131 (Acolyte) on Mar 29, 2009 at 00:56 UTC
    Bloodnok,
    I am using Putty on my Windows PC & using SSH to connect to Linux server and running the code out there. All perl installation (incl libraries) are on the Linux server.
    Thanks, Stan