[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] RaQ2 site limit ?



Hi,

I 'believe' this is no longer enforced in the RAQ3.  I have found the
following lines COMMENTED OUT in the sub vsite_add section of the RAQ3
Vsite.pm file :

    # This is a new site, enforce a maximum site count
    #   "Not with RaQ 2" /wdh
    # my (@siteslist) = Cobalt::Vsite::vsite_list();
    # return MSG_error("4597")
    #   if (($#siteslist + 1) >= $Sites_Max); # +1 to un-zero-index

and the block you mentioned does seem to exist anymore in Network.pm.

Can anyone confirm this?

Thanks,
Regis


> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of manitu
> Sent: 26 mars, 2000 04:54
> To: Cobalt Mailinglist
> Subject: [cobalt-users] RaQ2 site limit ?
>
>
> Hello all,
>
> read the following found in /usr/lib/perl5/site_perl/Cobalt/Network.pm:
>
>
>     my $Sites_Max = "250";
>
>     ...
>
>     my @siteslist = Cobalt::Vsite::vsite_list();
>     return "4598 This Cobalt server is limited to 250 virtual sites for
> maximum performance."
>       if (($#siteslist + 1) >= $Sites_Max);  # plus one to un-zero-index
>
>
> As it seems, the RaQ2 has actually a limit of virtual sites...
>
>
> Manuel
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>