From jay at jays.net Thu Apr 7 19:52:39 2011 From: jay at jays.net (Jay Hannah) Date: Thu, 7 Apr 2011 21:52:39 -0500 Subject: [Omaha.pm] [odynug] PERL Problem In-Reply-To: References: Message-ID: - Join the Omaha Perl Mongers mailing list! http://omaha.pm.org - I haven't tried "hundreds of files," but this uses signals so you're not wasting any system resources: http://search.cpan.org/perldoc?POE::Wheel::FollowTail The modules Christopher mentioned probably use signals too. - Everyone I know avoids threading. Polling "hundreds of files" more than once an hour sounds like a really bad option to me. $0.02, j On Apr 7, 2011, at 10:15 AM, Nick Wertzberger wrote: > Hey all, > > Opinions Please! > > I am currently writing a script that watches hundreds of files at the same time to determine what's happening in logs. I would really liek to do this as efficiently as possible, and as far as i can tell, I have 4 options. > > 1: Use non-blocking file streams, which basically turns everything into a polling operation (wasted CPU). > 2: Use fork() with blocking file streams, which is going to use more memory than I'd like. > 3: Use threads + blocking file streams, which i hear Perl Threading is something to be avoided. > 4: Use two programs, one that gets initiated per file I'm watching... this seems to have the problems of option 2. > > So what's up? What do you think is the way to go, and why? > > I'll be looking into #3 in the meantime. > > - Nick From jhannah at mutationgrid.com Tue Apr 12 08:59:08 2011 From: jhannah at mutationgrid.com (Jay Hannah) Date: Tue, 12 Apr 2011 10:59:08 -0500 Subject: [Omaha.pm] Meeting tonight: social only, Clancy's 7pm Message-ID: Mailing lists pretty quiet. How 'bout we just meet up for food/drinks at 7pm? Clancy's Pub 7120 Pacific Street Omaha, NE 68106-1022 See you there! :) j 402-598-7782 From mkolakow at yahoo.com Tue Apr 12 09:43:14 2011 From: mkolakow at yahoo.com (Michael Kolakowski) Date: Tue, 12 Apr 2011 09:43:14 -0700 (PDT) Subject: [Omaha.pm] Meeting tonight: social only, Clancy's 7pm In-Reply-To: Message-ID: <51939.80383.qm@web121508.mail.ne1.yahoo.com> I am planning on going -- interested in DrRacket. A group of us have been meeting to go through (albeit slowly) the SICP book. Have you ever considered RSVP's for meetings to gauge attendance? Michael --- On Tue, 4/12/11, Jay Hannah wrote: > From: Jay Hannah > Subject: [Omaha.pm] Meeting tonight: social only, Clancy's 7pm > To: odynug at googlegroups.com, "Nebraska USA Perl Mongers of Omaha" > Date: Tuesday, April 12, 2011, 10:59 AM > Mailing lists pretty quiet. How 'bout > we just meet up for food/drinks at 7pm? > > ???Clancy's Pub > ???7120 Pacific Street > ???Omaha, NE 68106-1022 > > See you there!???:) > > j > 402-598-7782 > > _______________________________________________ > Omaha-pm mailing list > Omaha-pm at pm.org > http://mail.pm.org/mailman/listinfo/omaha-pm > From jhannah at mutationgrid.com Tue Apr 12 10:54:42 2011 From: jhannah at mutationgrid.com (Jay Hannah) Date: Tue, 12 Apr 2011 12:54:42 -0500 Subject: [Omaha.pm] Meeting tonight In-Reply-To: <51939.80383.qm@web121508.mail.ne1.yahoo.com> References: <51939.80383.qm@web121508.mail.ne1.yahoo.com> Message-ID: <95A5444D-3490-49F5-A5E5-8F0C3469283A@mutationgrid.com> On Apr 12, 2011, at 11:43 AM, Michael Kolakowski wrote: > I am planning on going -- interested in DrRacket. A group of us have been meeting to go through (albeit slowly) the SICP book. Oop! Scott: We have a taker! Are you still open to presenting tonight at PKI? If so we should meet at PKI first -- the projector is much better in our normal room across the street. :) > Have you ever considered RSVP's for meetings to gauge attendance? Personally I'm too lazy/non-commital to RSVP for most things. I tend to not know for sure until 2 hours before the event, which tends to do organizers very little good. :) That said, if you're volunteering to be RSVP Tzar that'd be great! Jay Hannah Software Architect jhannah at mutationgrid.com | http://mutationgrid.com | 1-402-598-7782 From jscotthickey at gmail.com Tue Apr 12 10:59:34 2011 From: jscotthickey at gmail.com (Scott Hickey) Date: Tue, 12 Apr 2011 12:59:34 -0500 Subject: [Omaha.pm] [odynug] Re: Meeting tonight In-Reply-To: <95A5444D-3490-49F5-A5E5-8F0C3469283A@mutationgrid.com> References: <51939.80383.qm@web121508.mail.ne1.yahoo.com> <95A5444D-3490-49F5-A5E5-8F0C3469283A@mutationgrid.com> Message-ID: I'll plan on meeting at PKI. Michael - I'd be interested joining your SICP group if possible. Do you want to discuss DrRacket with regards to SICP instead of Land of Lisp? As far as I know, there's no one besides myself at ODYNUG actually working through Land of Lisp. -- Scott Hickey On Tuesday, April 12, 2011 at 12:54 PM, Jay Hannah wrote: > On Apr 12, 2011, at 11:43 AM, Michael Kolakowski wrote: > > I am planning on going -- interested in DrRacket. A group of us have been meeting to go through (albeit slowly) the SICP book. > > Oop! Scott: We have a taker! Are you still open to presenting tonight at PKI? > > If so we should meet at PKI first -- the projector is much better in our normal room across the street. :) > > > Have you ever considered RSVP's for meetings to gauge attendance? > > Personally I'm too lazy/non-commital to RSVP for most things. I tend to not know for sure until 2 hours before the event, which tends to do organizers very little good. :) > > That said, if you're volunteering to be RSVP Tzar that'd be great! > > Jay Hannah > Software Architect > jhannah at mutationgrid.com | http://mutationgrid.com | 1-402-598-7782 > > > > > > -- > You received this message because you are subscribed to the Google Groups "Omaha Dynamic Language User Group" group. > To post to this group, send email to odynug at googlegroups.com. > To unsubscribe from this group, send email to odynug+unsubscribe at googlegroups.com. > For more options, visit this group at http://groups.google.com/group/odynug?hl=en. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jhannah at mutationgrid.com Tue Apr 12 11:11:24 2011 From: jhannah at mutationgrid.com (Jay Hannah) Date: Tue, 12 Apr 2011 13:11:24 -0500 Subject: [Omaha.pm] Continuous Integration: Hudson vs. Jenkins Message-ID: Interesting... http://en.wikipedia.org/wiki/Jenkins_%28software%29 "The project renamed itself after a dispute with Oracle who claims the right to trademark the Hudson name and has applied for such a trademark as of December 2010." Sean: Is Omni Hotels still using Hudson? Anyone else in Omaha using Jenkins/Hudson? Jay Hannah Software Architect jhannah at mutationgrid.com | http://mutationgrid.com | 1-402-598-7782 From jhannah at mutationgrid.com Tue Apr 12 11:14:47 2011 From: jhannah at mutationgrid.com (Jay Hannah) Date: Tue, 12 Apr 2011 13:14:47 -0500 Subject: [Omaha.pm] Meeting tonight - PKI Room 375 - 7pm In-Reply-To: References: <51939.80383.qm@web121508.mail.ne1.yahoo.com> <95A5444D-3490-49F5-A5E5-8F0C3469283A@mutationgrid.com> Message-ID: <2112E2EE-D281-4153-AC02-C8397F9959F8@mutationgrid.com> On Apr 12, 2011, at 12:59 PM, Scott Hickey wrote: > I'll plan on meeting at PKI. So say we all! UNO's Peter Kiewit Institute (PKI) Room PKI 375 (new room!) 1110 South 67th Street Omaha, NE USA Lost? Jay's mobile phone: 402-598-7782 Now if we could just install a keg of Bass beer at PKI... Jay Hannah Software Architect jhannah at mutationgrid.com | http://mutationgrid.com | 1-402-598-7782 From jhannah at mutationgrid.com Sun Apr 17 06:53:19 2011 From: jhannah at mutationgrid.com (Jay Hannah) Date: Sun, 17 Apr 2011 08:53:19 -0500 Subject: [Omaha.pm] [Kc] CRUD In-Reply-To: <707D66AD-0FBB-4238-8E89-B83E52E3B26E@gmail.com> References: <707D66AD-0FBB-4238-8E89-B83E52E3B26E@gmail.com> Message-ID: On Apr 16, 2011, at 7:53 PM, Jonathan Otsuka wrote: > I am torn on speed of app creation and learning the process. I am still new to building apps with catalyst. And I feel that manually creating CRUD is more work but you know what is going on vs depending on another module. How many use modules that implement CRUD vs manually creating CRUD actions in controllers? Do both. :) For modern sexy wow "it just works!" I recommend this one nowadays: http://search.cpan.org/perldoc?Catalyst::Plugin::AutoCRUD Then you poke around, learn how it works, modify its output, and/or modify it to be your own CRUD engine. :) Jay Hannah Software Architect jhannah at mutationgrid.com | http://mutationgrid.com | 1-402-598-7782 From jhannah at mutationgrid.com Tue Apr 26 16:13:39 2011 From: jhannah at mutationgrid.com (Jay Hannah) Date: Tue, 26 Apr 2011 18:13:39 -0500 Subject: [Omaha.pm] Help wanted Message-ID: Rumor has it my new employer may now be hiring another Perl telecommuter. Drop me your resume if you're available and interested. Also still hearing rumors about them wanting to hire a telecommute "Java/.NET guy/gal" and an "HTML/CSS/js guy/gal." Thanks, Jay Hannah Senior Developer / Consultant http://www.iinteractive.com Email: jay.hannah at iinteractive.com AOL IM: deafferret Mobile: 1.402.598.7782 Fax: 1.402.691.9496 the artist formerly known as Jay Hannah Software Architect jhannah at mutationgrid.com | http://mutationgrid.com | 1-402-598-7782