anti aging beslenme

2005-12-01 Thread Nutrizone saglikli yasam danismanligi
Anti Aging Beslenme Yaslanmak ne yazik ki kaçinilmaz. Ama yaslanma hizinizi kontrol edebilmek ve bu süreci saglikli bir biçimde geçirebilmek için artik birçok yöntem var. Dogru sekilde beslenmek, sadece dis görüntünüz ve cildinizin etkilemenin yani sira kanser ve diyabet gibi yas ile baglantili ha

gen testi

2005-12-01 Thread Nutrizone saglikli yasam danismanligi
BESLENME GENETİĞİ İLE DAHA UZUN VE SAĞLIKLI BİR YAŞAM Günümüzde sağlığımızı nasıl korumamız gerektiği ve daha sağlıklı nasıl olunabileceği konusunda birçok bilgi var. Sağlıklı beslenmek, düzenli egzersiz yapmak, yaşam tarzımızı düzenlemek, vitamin ve mineraller kullanmak gibi yaşam kalitemizi yük

Re: Mach lack for frequent operations

2005-12-01 Thread pancake
The GNU/Mach misses lot of optimization tips. Most of these tips was discussed in the Hurdmeeting: - Memory objects cache doesn't works. - Main function (mach_msg) length is 1300 lines. - No multipage transfer support (k0ro fixes that) - Fork is a hard cost operation. Implementing transfers by o

Re: Mach lack for frequent operations

2005-12-01 Thread Matheus Morais
I think this is a implementation problem, there is no way to fix it. Maybe this can be fixed rebuilding all Mach infrastructure. Can anyone confirm that?   Thanks   Matheus Morais  On 11/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Sorry for the late response.  Can anyone explain why that ov

Re: Mach lack for frequent operations

2005-12-01 Thread ams
I think this is a implementation problem, there is no way to fix it. Maybe this can be fixed rebuilding all Mach infrastructure. Can anyone confirm that? The problems with Mach can be fixed by redesigning the way how IPC's works. Rebuilding the whole Mach infrastructure is a possiblity,

Re: Mach lack for frequent operations

2005-12-01 Thread ams
- Fork is a hard cost operation. To get an idea how hard fork() is for us, Gianluca did a simple test, on GNU/Hurd he got 312 forks/second, and on the same machine but in GNU/Linux, he got 8170 forks/second. ___ Bug-hurd mailing list Bug-hurd@gnu.or

Re: Mach lack for frequent operations

2005-12-01 Thread Gianluca Guida
On 12/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > To get an idea how hard fork() is for us, Gianluca did a simple test, > on GNU/Hurd he got 312 forks/second, and on the same machine but in > GNU/Linux, he got 8170 forks/second. FYI, I just compiled and executed under linux and under hurd

Re: Mach lack for frequent operations

2005-12-01 Thread Thomas Bushnell BSG
<[EMAIL PROTECTED]> writes: >- Fork is a hard cost operation. > > To get an idea how hard fork() is for us, Gianluca did a simple test, > on GNU/Hurd he got 312 forks/second, and on the same machine but in > GNU/Linux, he got 8170 forks/second. Roland and I many years ago came to the conclusi