Would a callback routine help, or is this non-workable as all the entries need
to be returned in order to perform the sort?
...
$mesg = $ldap->search (...);
foreach my $entry ($mesg->sorted(...)) { }
...
> -----Original Message-----
> From: Chris Ridd [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 18, 2003 9:08 AM
> To: RatCTT; [EMAIL PROTECTED]
> Subject: Re: Limiting perl-ldap resources?
>
>
> On 18/8/03 1:16 pm, RatCTT <[EMAIL PROTECTED]> wrote:
>
> > Chris - From what I have seen, I would not think the reference loop memory
> > leak is what I'm running into -- see original message for code.
> I'll give it
> > a try though, but would appreciate if you have any other thoughts. Thx.
>
> I suspect you're right.
>
> I don't have any experience with running Net::LDAP scripts on Windows or the
> Netscape dsgw program so don't know what else to look at, sorry :-(
>
> Cheers,
>
> Chris
>
>