|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Networking Unix Systems
I can see myself running into a problem a few months down the road, so I figured I'd try to fix it in advance.
I have a system of perl scripts that store information into a massive database. This system of scripts is on a 160GB hard drive (and mirrored with RAID 1 onto another). The problem I predicty myself facing is that the database will become to large for the 160GB drive, and inevitably to large for the entire computer. So what first comes to mind is a network of Unix Computers. Are there any web sites that are particurally helpful for networking computers that are in a datacenter? Is this even a good idea? Does the simple OPEN command in perl allow access to other network computers in Unix? Thanks for the advice. |
|
#2
|
||||
|
||||
|
Well, if you NFS mount a drive, open() will work just fine. The nice thing about UNIX and UNIX-like OSs is that the "everything is a file" philosophy is particularly good at handling scenarios like this. The application is unaware if a directory exists on a hard disk, a cd rom, a floppy disk, a networked drive or whatever, because the OS takes care of hiding those details.
You should research on NFS and potentially Beowulf. Google is very helpful here.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Networking Unix Systems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|