ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Pool string shortage?
@ 2001-11-14 16:28 Giuseppe Bilotta
  2001-11-14 17:17 ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Giuseppe Bilotta @ 2001-11-14 16:28 UTC (permalink / raw)


Am I the only one experiencing pool shortage with ConTeXt
2001.11.2, pdfeTeX 1.00a-pretest-something and a pool_size of
500,000?

--
Giuseppe "Oblomov" Bilotta
                                --


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Pool string shortage?
  2001-11-14 16:28 Pool string shortage? Giuseppe Bilotta
@ 2001-11-14 17:17 ` Hans Hagen
  2001-11-15 12:17   ` Re[2]: " Giuseppe Bilotta
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2001-11-14 17:17 UTC (permalink / raw)
  Cc: ntg-context

At 05:28 PM 11/14/2001 +0100, Giuseppe Bilotta wrote:
>Am I the only one experiencing pool shortage with ConTeXt
>2001.11.2, pdfeTeX 1.00a-pretest-something and a pool_size of
>500,000?

of course -)

just set it to 1.000.000 and you're safe for a while, if you have many refs 
and other stringy things you need a lot of poolspace

[wait till we start loading whole databases into mem]

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re[2]: Pool string shortage?
  2001-11-14 17:17 ` Hans Hagen
@ 2001-11-15 12:17   ` Giuseppe Bilotta
  2001-11-15 15:58     ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Giuseppe Bilotta @ 2001-11-15 12:17 UTC (permalink / raw)
  Cc: ntg-context

Wednesday, November 14, 2001 Hans Hagen wrote:

HH> At 05:28 PM 11/14/2001 +0100, Giuseppe Bilotta wrote:
>>Am I the only one experiencing pool shortage with ConTeXt
>>2001.11.2, pdfeTeX 1.00a-pretest-something and a pool_size of
>>500,000?

HH> of course -)

HH> just set it to 1.000.000 and you're safe for a while, if you have many refs 
HH> and other stringy things you need a lot of poolspace

I feared as much. Ok, will set it by default for all ConTeXt
processing.

HH> [wait till we start loading whole databases into mem]

NO - WAY ! (Oh, actually, yes, that's the way I do the xdesc stuff
...)


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re[2]: Pool string shortage?
  2001-11-15 12:17   ` Re[2]: " Giuseppe Bilotta
@ 2001-11-15 15:58     ` Hans Hagen
  2001-11-15 19:19       ` Re[3]: " Giuseppe Bilotta
  2001-11-15 21:37       ` Re[2]: " Berend de Boer
  0 siblings, 2 replies; 7+ messages in thread
From: Hans Hagen @ 2001-11-15 15:58 UTC (permalink / raw)
  Cc: ntg-context

At 01:17 PM 11/15/2001 +0100, you wrote:

>NO - WAY ! (Oh, actually, yes, that's the way I do the xdesc stuff
>...)

I'm playing with loading XML data into mem and manipulating it -)

Is there an xml sorting program [maybe a nice challenge for berend -)]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re[3]: Pool string shortage?
  2001-11-15 15:58     ` Hans Hagen
@ 2001-11-15 19:19       ` Giuseppe Bilotta
  2001-11-16  8:33         ` Hans Hagen
  2001-11-15 21:37       ` Re[2]: " Berend de Boer
  1 sibling, 1 reply; 7+ messages in thread
From: Giuseppe Bilotta @ 2001-11-15 19:19 UTC (permalink / raw)
  Cc: ntg-context

Thursday, November 15, 2001 Hans Hagen wrote:

HH> At 01:17 PM 11/15/2001 +0100, you wrote:

>>NO - WAY ! (Oh, actually, yes, that's the way I do the xdesc stuff
>>...)

HH> I'm playing with loading XML data into mem and manipulating it -)

HH> Is there an xml sorting program [maybe a nice challenge for berend -)]

I'm not sure that TeX should to anything more than typeset
--everything else should be left on the pre/post processor side.

--
Giuseppe "Oblomov" Bilotta


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re[2]: Pool string shortage?
  2001-11-15 15:58     ` Hans Hagen
  2001-11-15 19:19       ` Re[3]: " Giuseppe Bilotta
@ 2001-11-15 21:37       ` Berend de Boer
  1 sibling, 0 replies; 7+ messages in thread
From: Berend de Boer @ 2001-11-15 21:37 UTC (permalink / raw)
  Cc: Giuseppe Bilotta, ntg-context

Hans Hagen <pragma@wxs.nl> writes:

> Is there an xml sorting program [maybe a nice challenge for berend
> -)]

Just before deleting this msg, I saw challenge.

But alas, XSLT does sorting already just nicely, see <xsl:sort>

-- 
Groetjes,

Berend. (-:


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re[3]: Pool string shortage?
  2001-11-15 19:19       ` Re[3]: " Giuseppe Bilotta
@ 2001-11-16  8:33         ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2001-11-16  8:33 UTC (permalink / raw)
  Cc: ntg-context

At 08:19 PM 11/15/2001 +0100, you wrote:

>Thursday, November 15, 2001 Hans Hagen wrote:
>
>HH> At 01:17 PM 11/15/2001 +0100, you wrote:
>
> >>NO - WAY ! (Oh, actually, yes, that's the way I do the xdesc stuff
> >>...)
>
>HH> I'm playing with loading XML data into mem and manipulating it -)
>
>HH> Is there an xml sorting program [maybe a nice challenge for berend -)]
>
>I'm not sure that TeX should to anything more than typeset
>--everything else should be left on the pre/post processor side.

Sure, but the input \is \not \bound \to \this but may be <anything> 
<tagged> or @structured,

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-11-16  8:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-14 16:28 Pool string shortage? Giuseppe Bilotta
2001-11-14 17:17 ` Hans Hagen
2001-11-15 12:17   ` Re[2]: " Giuseppe Bilotta
2001-11-15 15:58     ` Hans Hagen
2001-11-15 19:19       ` Re[3]: " Giuseppe Bilotta
2001-11-16  8:33         ` Hans Hagen
2001-11-15 21:37       ` Re[2]: " Berend de Boer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).