Skip to Content.
Sympa Menu

freetds - Re: [freetds] TDSICONVINFO **iconv_info

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] TDSICONVINFO **iconv_info
  • Date: Tue, 21 Oct 2003 22:36:22 -0400

On Tue, 21 Oct 2003, "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
wrote:

> To be honest I don't like double indirection too... usually it cause
> some unwanted bugs due to complexity... If you have another allocation
> strategi I'll be glad to code it. I though about linked list however I'd
> lose direct access and allocation are much more... I used chunked
> allocations (allocating more structures at a time) but it's not so easy
> to maintain... I don't want to allocate them on global for thread
> problems...

Committed.

I think the double indirection is avoidable, but I might be wrong.
Looking more closely at how you handled the issue, I'm not sure my cure
would be better than yours. This I know: yours is written. Next topic.
:-)

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page