IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20057


Ignore:
Timestamp:
Oct 10, 2008, 3:24:21 PM (18 years ago)
Author:
jhoblitt
Message:

change Nebulous::Server->new() to call ->db() instead of setting up the DBH itself, cleanup Nebulous::Server->db()

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r20056 r20057  
    2727    - change neb-admin to properly cleanup it's semaphore file
    2828    - retry system call failures
    29     - change Nebulous::Server->new() to not setup the db handle on object
    30       construction, modify Nebulous::Server->db() to be considtent with this
    31       change
     29    - change Nebulous::Server->new() to call ->db() instead of setting up the
     30      DBH itself; cleanup Nebulous::Server->db()
    3231
    33320.15 Thu Sep 11 13:00:59 HST 2008
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r20056 r20057  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.90 2008-10-11 01:16:50 jhoblitt Exp $
     3# $Id: Server.pm,v 1.91 2008-10-11 01:24:21 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    5050    $self->config($config);
    5151
     52    # ask for the db handle as a means of validating the database parameters
     53    $self->db;
     54
    5255    $log->debug( "leaving" );
    5356   
Note: See TracChangeset for help on using the changeset viewer.