Re: [HACKERS] Spinlock performance improvement proposal

2001-09-29 Thread Chamanya
On Thursday 27 September 2001 04:09, you wrote: This depends on your system. Solaris has a huge difference between thread and process context switch times, whereas Linux has very little difference (and in fact a Linux process context switch is about as fast as a Solaris thread switch on the

[HACKERS] Large objects and ecpg

2001-09-18 Thread Chamanya
Hi all, Can I use ecpg with large objects? All examples in documentation are for libpq. Thanks Shridhar _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ---(end of

Re: [HACKERS] Status of index location patch

2001-09-15 Thread Chamanya
On Saturday 15 September 2001 03:03, Jim Buttafuoco wrote: Just wondering what is the status of this patch. Is seems from comments that people like the idea. I have also looked in the archives for other people looking for this kind of feature and have found alot of interest. Can we have a

Re: [HACKERS] Trans-transactions cursors

2001-09-10 Thread Chamanya
Hi, I am currently building a small web based app, with postgres as back end. I found that in ecpg you can declare and use cursor without declaring a transaction. In several places I have used cursors for selects only. That's the only way I found to make ecpg fetch multiple rows. And in ecpg