>
> > > Hi.
> > >
> > > A while back you recomended using a hash table w/function pointers
> > > to decide which function a server runs in response to a particular command.
> > > I am adding that to my server, and before I write one, was wondering if there
> > > is already something like that in your CDEV server? Or do you just use the
> > > same hash setup Jie gave me to use to hash the strings themselves. Thanks!
> > >
> > > --David
> >
> > There's really no special trick to building this thing...
> >
> > Bruce and I used the following approach (generally speaking), to
> >
>
> Why STL are not used here?
>
> SU,
> Vladimir
>
We are not currently using STL because of its heavy dependancy on
templates... The HPUX (and other platforms) compiler still have a
long way to go in linking libraries that contain templatized
classes.
Walt
--
=============================================================
Walt Akers Voice: (757)269-7669 E-Mail: akers@cebaf.gov
Thomas Jefferson National Accelerator Facility
12000 Jefferson Avenue, MS 16A
Newport News, Va 23606
=============================================================