php-windows Digest 3 Sep 2001 13:02:57 -0000 Issue 735 Topics (messages 9170 through 9172): Re: PHP hog on CPU resources 9170 by: John Lim Re: [PHP] Can PHP and Java work together? 9171 by: Valter Santos Has anyone else problemes using session under win98 running apache? 9172 by: Mindfield Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Doesn't seem like its the CPU that's causing it to run slowly if it only hits 55%. You've got 45% of your CPU idling. Slowdowns are caused by some bottleneck hitting 100%. Look deeper into the problem (hard disk, database, etc) to find the bottleneck... Regards, John "Aaron Bolyes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Greetings, > > I installed php and myslq to use postnuke, the install went fine, but the > site is very slow. When sitting in front of the server (which is a dual PII > 400 with 512M of ram) I notice the CPU usage goes up to 55% when php.exe is > ran (whenever someone loads the website), and as soon as the website is > finished loading the CPU usage goes back down to 4%. > > Has anyone had this problem or have any suggestions?? > > Thanks > Aaron > > >
Of course you can do that! PHP is server side and javascript is client side... you can work with javascript within PHP like you work with HTML! ............................................ Valter Santos WEB/WAP Consultant ........ > -----Original Message----- > From: Jack [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 31, 2001 9:13 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP] Can PHP and Java work together? > > > Dear all > I want to ask if i want to perform two task after the user had click a > button, > 1 is the task perform by PHP > 2 is the task perform by JavaScript > is it possible to do so? > > I'm actually fresh on JavaScript, before i would call the JavaScript, what > should i do first or what should i set before though? > > Thx > Jack > [EMAIL PROTECTED] > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > >
I just cant get my sessions to remember my variabels, any ideas.