search for: centainly

Displaying 3 results from an estimated 3 matches for "centainly".

Did you mean: ceertainly
2012 Oct 11
2
Coupure de connexion entre Rails 3.2.7 et Postgres 8.4
Bonjour à tous, Je développe une grosse application en Rails 3.2.7 qui est connecté à une BD Postgres 8.4 installée sur la même machine. L''application s''exécute sur Apache avec le module Passenger. L''application est constamment utilisée par une centaine d''utilisateurs et ne pose aucun problème pendant plusieurs heures puis, d''un coup, Rails ne
2019 Sep 03
0
[PATCH] virtio: Change typecasts in vring_init()
...16) + align-1) & ~(align - 1)); > >>>> } > >>>> > >>>> static inline unsigned vring_size(unsigned int num, unsigned long align) > >>> > >>> I'm not really interested in building with g++, sorry. > >>> Centainly not if it makes code less robust by forcing > >>> casts where they weren't previously necessary. > >> > >> Can you elaborate on how these casts make the code less robust? > > > > If we ever change the variable types build will still pass > > beca...
2007 Feb 07
3
Linux Kernel Timer Frequency and Asterisk
Ok here is a real geek question, I building my own linux kernel for my asterisk system and came across the kernel setting for the timer frequency. I have one of 3 hardcode choices 100Hz, 250 Hz and 1000Hz. From what I understand the default Freq was changed from 100Hz in kernel 2.4 to 1000Hz (1KHz) in kernel 2.6. Timing is a BIG issue in asterisk with all the TDM and zap channel stuff.