[ic] checkout selection fails

Jon Jensen interchange-users@icdevgroup.org
Sat Dec 21 19:16:00 2002


On Sat, 21 Dec 2002, James P. Kinney III wrote:

> Interchange 4.8.6. Postgresql 7.2.1 
> 
> I have had no problems for a while. Today, an email came in that the
> customer could not access the checkout page. They weren't kidding!
[snip]
> postgres  6217  0.0  0.6  8844 3348 pts/1    S    18:26   0:00 postgres:
> interch foundation [local] idle
> root      6238  0.0  0.1  2648  720 pts/0    R    18:30   0:00 ps aux
> 
> It's the [local] idle part that seems to be the issue. Continued
> interchange access spawns more interchange/foundation pair processes
> with nothing getting sent back to the screen. 

Is your Interchange daemon running in PreFork (RPC) mode? Do you use 
transactions (AutoCommit off in DBI) anywhere in your code? Neither of 
those things is done by default in Foundation, so you should know if you 
did them.

Jon