On Jan 13, 2013, at 8:35 PM, Charles DeRykus wrote:
> On Sun, Jan 13, 2013 at 3:03 PM, Vic Sage wrote:
>>
>> What I *want* is to block until an entire "\n"-terminated string [can that
>> be referred to as a "line"?] can be retrieved from one of my clients. I'm
>> sure I could work out the l
Hi Lou,
You might want to make sure you're sending your email in plain text.
Check your settings, if you're using "Rich Text" or "HTML" to format the email
it might screw the pooch for you. That's a real old problem, but this might be
real old software running this list.
Also, I found this on
Regards... /omps
On 14-Jan-2013, at 11:12 PM, "Lou Pereira" wrote:
> OK, So I performed you step 3 again last Thursday, but I am still receiving
> e-mails??? Any more suggestions?
>
May be the group doesn't want you to leave. ;)
> Regards;
>
> Lou Pereira
> C: (973) 670-6821
> mailto:louis.
On Sat, Jan 12, 2013 at 12:56 PM, Charles DeRykus wrote:
> On Fri, Jan 11, 2013 at 2:01 PM, Christer Palm wrote:
>> Hi!
>>
>> I have a perl script that parses RSS streams from different news sources and
>> experience problems with national characters in a regexp function used for
>> matching a
On Jan 13, 2013, at 8:22 PM, budi pearl wrote:
> Hi All,
>
> Is there any way to reduce the processor usage by perl?
> I am trying to use nice -19 but proc usage is still 100%
>
> Tasks: 189 total, 2 running, 187 sleeping, 0 stopped, 0 zombie
> Cpu(s): 0.0%us, 0.5%sy, 26.0%ni, 73.5%id,
OK, So I performed you step 3 again last Thursday, but I am still receiving
e-mails??? Any more suggestions?
Regards;
Lou Pereira
C: (973) 670-6821
mailto:louis.pere...@ptalc.com
-Original Message-
From: Kristin Nielsen [mailto:justkris...@gmail.com] On Behalf Of Kristin
Nielsen
Sent: F
On Fri, Jan 11, 2013 at 2:01 PM, Christer Palm wrote:
> Do you have suggestions on this character issue? Is it possible to determine
> the character set of a text efficiently? Is it other ways to solve the
> problem?
As far as other ways to solve the problem, my suggestion would be to
not use r
> From: Vic Sage
>
> I'm writing a multiplexed TCP-based server that reads "\n"-terminated
> strings from clients and does something with them. Since this is one process
> with multiple client connections, it uses select() (or, actually, can_read
> from
> IO::Select) to block until data has arri
On Mon, 14 Jan 2013 11:22:18 +0700
budi pearl wrote:
> Is there any way to reduce the processor usage by perl?
> I am trying to use nice -19 but proc usage is still 100%
According to the man page, you should try: nice 19
See http://linux.about.com/library/cmd/blcmdl1_nice.htm
--
Don't stop w
On Mon, 14 Jan 2013 11:22:18 +0700
budi pearl wrote:
> Is there any way to reduce the processor usage by perl?
> I am trying to use nice -19 but proc usage is still 100%
Depends what your code is doing. If you're doing a continuous loop or
something, yes, you'll eat up CPU.
Devel::NYTProf can
10 matches
Mail list logo