Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-25-2003 15:57:18

eric
Member
Registered: 03-05-2002
Posts: 20

Flaw?

Hi,
I'm a CCP4 user and understand that CCP4 is a CGI based shopping cart.  We know that running CGI scripts have impact on the CPU load, especially when someone hits f5 continuously to refresh the screen.  Even with a high end server hosting CCP4, continous refresh causes the server to momentarily 'disable' any other request because the server needs to ACKnowledge the continous multiple request from an unique client.  Is there any way to eliminate 'disable' or lagging problem with CCP4?  Thanks.

Eric

Offline

 

#2 02-27-2003 16:20:27

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Flaw?

<font size="1" color="#FF0000">LAST EDITED ON 02-27-03 AT 04:20 PM (EST)</font><p>In the file cp-app.cgi there's a couple of lines:

&site_lock_define_lock;

and

&site_lock_define_unlock;

Comment those lines out with a #.

They're there to lock the program for a single use to protect the data, however removing them will not queue requests.  That's the best solution I can come up with outside of upgrading to version 5.

___________________________

Nick Hendler
Webmaster, Kryptronic, Inc.


Nick Hendler

Offline

 

Board footer