From normalperson at yhbt.net Tue Oct 5 21:53:27 2010 From: normalperson at yhbt.net (Eric Wong) Date: Wed, 6 Oct 2010 01:53:27 +0000 Subject: [ANN] unicorn 2.0.0pre1 - a boring "major" release Message-ID: <20101006015327.GA18868@dcvr.yhbt.net> Changes: Mostly internal cleanups for future versions of Rainbows! and people trying out Rubinius. There are tiny performance improvements for Ruby 1.9.2 users which may only be noticeable with Rainbows!. There is a new dependency on the "kgio" library for kinder, gentler I/O :) Please report any bugs and portability issues with kgio to the Unicorn mailing list[1]. Unicorn 1.1.x users are NOT required nor even encouraged to upgrade yet. Unicorn 1.1.x will be maintained for the forseeable future. [1] - mongrel-unicorn at rubyforge.org I'm holding off on supporting massively multicore machines with a few hundred processors until a later release. Expect Rainbows! to see some changes/improvements in the days to come, too. * http://unicorn.bogomips.org/ * mongrel-unicorn at rubyforge.org * git://git.bogomips.org/unicorn.git -- Eric Wong From bobrickson at gmail.com Thu Oct 14 17:49:43 2010 From: bobrickson at gmail.com (Crowell dizzy) Date: Fri, 15 Oct 2010 04:49:43 +0700 (WIT) Subject: Healthcare Lists, Business Lists, Consumer Lists, Professional Lists and more Message-ID: <20101014214943.79D56BC8D81@mail.paramadina.ac.id> Prices below are only valid until Friday VOLUME PRICING 2 lists - $99 each 3 lists - $75 each 5 lists - $64 each 7 lists - $52 each Choose from any list below: [ HEALTHCARE ] > Complete US Physicians Database > Chiropractic Doctors in the USA > American Holistic Medicine Providers/Clinics > General Dentists in the USA > American Veterinarians & Veterinary Clinics > US Hospitals > Nursing Homes int the US > Pharmaceutical Company Employees > Physical/Occupational Therapy Clinics and Therapists in the US > Oncology Physicians in the US > US Surgery Centers > Massage Therapists/Therapy Clinics in America > Acupuncturists/clinics in the US > Medical Equipment Suppliers(USA) > Mental Health Counselors (USA) > Optometrists/Clinics (USA) > Psychologists (USA) [ BUSINESS LISTS ] > Hotels in the USA > Realtors in the USA > USA Business Database > Manufacturer Database (USA) > Financial Planner Database (USA) > Finance & Professionals Database (USA) [ CONSUMER LISTS ] > USA Consumer Database > Credit Inquiries Database (USA) > American Homeowners [ PROFESSIONALS LISTS ] > USA Lawyers Database > Criminal Attorneys in the US Email me for counts, breakdowns and sample spreadsheets: ResultsDrivenIdeas at gmx.com email purgefile at gmx.com for delisting From louie87 at mail.upcoa.com Tue Oct 26 06:44:15 2010 From: louie87 at mail.upcoa.com (Erma Caron) Date: Tue, 26 Oct 2010 06:44:15 -0400 Subject: business email lists Message-ID: Save on advertising list costs until this Friday: ANY 2 lists below for just $199 ANY 7 lists below for just $499 [ HEALTHCARE ] > Complete US Physicians Database > Chiropractic Doctors in the USA > American Holistic Medicine Providers/Clinics > General Dentists in the USA > American Veterinarians & Veterinary Clinics > US Hospitals > Nursing Homes int the US > Pharmaceutical Company Employees > Physical/Occupational Therapy Clinics and Therapists in the US > Oncology Physicians in the US > US Surgery Centers > Massage Therapists/Therapy Clinics in America > Acupuncturists/clinics in the US > Medical Equipment Suppliers(USA) > Mental Health Counselors (USA) > Optometrists/Clinics (USA) > Psychologists (USA) [ BUSINESS LISTS ] > Hotels in the USA > Realtors in the USA > USA Business Database > Manufacturer Database (USA) > Financial Planner Database (USA) > Finance & Professionals Database (USA) [ CONSUMER LISTS ] > USA Consumer Database > Credit Inquiries Database (USA) > American Homeowners [ PROFESSIONALS LISTS ] > USA Lawyers Database > Criminal Attorneys in the US Email me for counts, breakdowns and sample spreadsheets: maximumresults at gmx.us By emailing purgefile at gmx.com you will have your email taken off From normalperson at yhbt.net Thu Oct 28 05:13:35 2010 From: normalperson at yhbt.net (Eric Wong) Date: Thu, 28 Oct 2010 09:13:35 +0000 Subject: [ANN] Rainbows! 1.0.0 - a sleepy HTTP server Message-ID: <20101028091335.GB29856@dcvr.yhbt.net> Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. * http://rainbows.rubyforge.org/ * rainbows-talk at rubyforge.org * git://git.bogomips.org/rainbows.git Changes: This release is merely a milestone in our evolving internal API. Use of kgio may result in performance improvements under Ruby 1.9.2 with non-blocking I/O-intensive workloads. The only bugfix is that SIGHUP reloads restores defaults on unset settings. A similar fix is included in Unicorn 2.0.0 as well. Have fun and thanks for reading! -- Eric Wong From normalperson at yhbt.net Thu Oct 28 05:52:27 2010 From: normalperson at yhbt.net (Eric Wong) Date: Thu, 28 Oct 2010 09:52:27 +0000 Subject: [ANN] Zbatery 0.4.0 - Rainbows! without a fork stuck in it In-Reply-To: <20101028091335.GB29856@dcvr.yhbt.net> References: <20101028091335.GB29856@dcvr.yhbt.net> Message-ID: <20101028095227.GB30435@dcvr.yhbt.net> Zbatery is an HTTP server for Rack applications on systems that either do not support fork(), or have no memory (nor need) to run the master/worker model. It is based on Rainbows! (which is based on Unicorn (which is based on Mongrel)) and inherits parts of each. Zbatery supports your choice of all the thread/fiber/event/actor-based concurrency models and Rack middleware that Rainbows! supports (or will ever support) in a single process. * http://zbatery.bogomip.org/ * rainbows-talk at rubyforge.org * git://git.bogomips.org/zbatery.git Changes: This release syncs up with the latest from Rainbows! 1.0.x and Unicorn 2.0.x and includes minor bugfixes from both. -- Eric Wong