At Thu, 26 Sep 2002 16:15:10 +0200, Kaare Rasmussen wrote:
> Thanks. I got it to work with 
> Postgres Semaphore Base64

that will work, but you should be using "Postgres Null Base64"

> Not sure what is the best for serialization. Bas64, Dumper, ...??
> I haven't been able to find any discussion about pro / con for this.

Storable -> Base64 is the usual way for postgres.  I should think that
the time/size you gain in using Storable rather than Data::Dumper
probably outweighs the cost of the extra Base64 step.

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to