On 3/24/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Dear list,
>
> I've got this code:
>
> # now grab sub_domains, if there are any
> my @sub_domains = keys( %{ $HKU->{$full_domain} } );
>
> # if there are sub-domains, we don't want the parent in the list
> if ($#sub_domains >= 0) {
>
___
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Dear list,
I've got this code:
# now grab sub_domains, if there are any
my @sub_domains = keys( %{ $HKU->{$full_domain} } );
# if there are sub-domains, we don't want the parent in the list
if ($#sub_domains >= 0) {
pop( @ret_ary );
}
Where @ret_ary contains URL info gathered using functio
cee flee <> wrote:
> I got the programming running, the error was indeed a wrong
> thread-call. This works:
>
> $thr = threads->new(\&process_request, $client);
Great.
>
> My second question is about the termination of threads.
> Right now the application grows at an alarming rate.
That can h
I got the programming running, the error was indeed
a wrong thread-call. This works:
$thr = threads->new(\&process_request, $client);
My second question is about the termination of threads.
Right now the application grows at an alarming rate.
Any suggestions?
--
__
Hi
I know this doesn't fit the proper posting guidelines but it is more a
general 'what are you thoughts' rather than a question regarding a specific
problem so I hope its ok.
I am planning to use the Quick Address Nearest software to do postcode
lookups. There is a C API and from what I know it
ppm> rep add theoryx http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58
ppm> install Template-Toolkit
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of yin_xiaofeng
Sent: Thursday, March 23, 2006
7:30 PM
To: activeperl
Subject: how to install templat
cee flee <> wrote:
> Hello,
>
> I have a problem using a threaded TCP-server. Clients connect to send
> a short message. This message is then processed. This processing can
> take some time (seconds). Writing such a server for Linux is easy,
> but Windows is different. I tried several examples and
In a message dated 3/23/2006 2:29:26 P.M. Eastern Standard Time,
[EMAIL PROTECTED] writes:
> Hello,> > I have a problem using a threaded TCP-server.
Clients connect to> send a short message. This message is then processed.
This processing > can take some time (seconds). Writing such a serv
> Is it threads->new, or threads->create? I know new() aliases to
> create(), but why not give it a short?
You are right, I used a Thread method. Unfortunately it does solve my problem.
--
___
Surf the Web in a faster, safer and easier way:
Downloa
10 matches
Mail list logo