473,788 Members | 2,854 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

keystone php3 eating memory on my new box using php 4.3.9 apache then errors

REHDAT LINUX 4S PHP 4.3.9 LEGACY APP I MOVED NOW EATS MEMORY CAN ANYONE
TAE A LOOK ?
I FIXED ONE PARTIALLY BY CHANGING [VARIABLE-XYZ] TO ['VARIABLE-XYZ']
here are my apache settings: 1 page laoding for a few seconds eat like
48% of a xeon 3.0 processor!!!

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 150
MaxRequestsPerC hild 1000
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads : minimum number of worker threads which are kept
spare
# MaxSpareThreads : maximum number of worker threads which are kept
spare
# ThreadsPerChild : constant number of worker threads in each server
process
# MaxRequestsPerC hild: maximum number of requests a server process
serves
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerC hild 0

#
# To reduce memory usage in the worker MPM, the thread guard page
# can be disabled, at the expense of some protection against stack
# overflow.
#
#ThreadGuardAre a off

</IfModule>

ERRORS FROM /ETC/HTTPD/LOGS/APP-XYZ-LOG
[client 10.1.30.223] PHP Notice: Use of undefined constant timespent -
assumed 'timespent' in /var/www/html/misticket/sli
ps.php3 on line 736, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 748, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: mysql(): This function is deprecated;
use mysql_query() instead. in /var/www/html/mistic
ket/mysql.php3 on line 22, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant summary -
assumed 'summary' in /var/www/html/misticket/slips.p
hp3 on line 759, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 770, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_children in
/var/www/html/misticket/slips.php3 on line 770, ref
erer: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: mysql(): This function is deprecated;
use mysql_query() instead. in /var/www/html/mistic
ket/mysql.php3 on line 22, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 895, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_contacts in
/var/www/html/misticket/slips.php3 on line 895, ref
erer: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 938, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_follow in
/var/www/html/misticket/slips.php3 on line 938, refer
er: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sbgn -
assumed 'sbgn' in /var/www/html/misticket/slips.php3 on
line 1087, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant Account -
assumed 'Account' in /var/www/html/misticket/conf/ke
ystone.conf on line 395, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 395, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Location -
assumed 'Location' in /var/www/html/misticket/conf/
keystone.conf on line 396, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 396, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Location -
assumed 'Location' in /var/www/html/misticket/conf/
keystone.conf on line 397, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant
locationname - assumed 'locationname' in /var/www/html/mistick
et/conf/keystone.conf on line 397, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Phone -
assumed 'Phone' in /var/www/html/misticket/conf/keysto
ne.conf on line 398, referer: http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 398, referer:
http://mis.troubleticket.net/nbrowse.p

Aug 18 '06 #1
2 1677
gavino wrote:
REHDAT LINUX 4S PHP 4.3.9 LEGACY APP I MOVED NOW EATS MEMORY CAN ANYONE
TAE A LOOK ?
I FIXED ONE PARTIALLY BY CHANGING [VARIABLE-XYZ] TO ['VARIABLE-XYZ']
here are my apache settings: 1 page laoding for a few seconds eat like
48% of a xeon 3.0 processor!!!

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 150
MaxRequestsPerC hild 1000
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads : minimum number of worker threads which are kept
spare
# MaxSpareThreads : maximum number of worker threads which are kept
spare
# ThreadsPerChild : constant number of worker threads in each server
process
# MaxRequestsPerC hild: maximum number of requests a server process
serves
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerC hild 0

#
# To reduce memory usage in the worker MPM, the thread guard page
# can be disabled, at the expense of some protection against stack
# overflow.
#
#ThreadGuardAre a off

</IfModule>

ERRORS FROM /ETC/HTTPD/LOGS/APP-XYZ-LOG
[client 10.1.30.223] PHP Notice: Use of undefined constant timespent -
assumed 'timespent' in /var/www/html/misticket/sli
ps.php3 on line 736, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 748, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: mysql(): This function is deprecated;
use mysql_query() instead. in /var/www/html/mistic
ket/mysql.php3 on line 22, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant summary -
assumed 'summary' in /var/www/html/misticket/slips.p
hp3 on line 759, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 770, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_children in
/var/www/html/misticket/slips.php3 on line 770, ref
erer: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: mysql(): This function is deprecated;
use mysql_query() instead. in /var/www/html/mistic
ket/mysql.php3 on line 22, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 895, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_contacts in
/var/www/html/misticket/slips.php3 on line 895, ref
erer: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 938, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_follow in
/var/www/html/misticket/slips.php3 on line 938, refer
er: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sbgn -
assumed 'sbgn' in /var/www/html/misticket/slips.php3 on
line 1087, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant Account -
assumed 'Account' in /var/www/html/misticket/conf/ke
ystone.conf on line 395, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 395, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Location -
assumed 'Location' in /var/www/html/misticket/conf/
keystone.conf on line 396, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 396, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Location -
assumed 'Location' in /var/www/html/misticket/conf/
keystone.conf on line 397, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant
locationname - assumed 'locationname' in /var/www/html/mistick
et/conf/keystone.conf on line 397, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Phone -
assumed 'Phone' in /var/www/html/misticket/conf/keysto
ne.conf on line 398, referer: http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 398, referer:
http://mis.troubleticket.net/nbrowse.p
Well, first of all, clean up your code. It takes time (and memory) to
handle all of these errors.

Other than that, we can't see your code, so we would have no idea what
might be taking the resources.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Aug 18 '06 #2

Jerry Stuckle wrote:
gavino wrote:
REHDAT LINUX 4S PHP 4.3.9 LEGACY APP I MOVED NOW EATS MEMORY CAN ANYONE
TAE A LOOK ?
I FIXED ONE PARTIALLY BY CHANGING [VARIABLE-XYZ] TO ['VARIABLE-XYZ']
here are my apache settings: 1 page laoding for a few seconds eat like
48% of a xeon 3.0 processor!!!

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
MaxClients 150
MaxRequestsPerC hild 1000
</IfModule>

# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads : minimum number of worker threads which are kept
spare
# MaxSpareThreads : maximum number of worker threads which are kept
spare
# ThreadsPerChild : constant number of worker threads in each server
process
# MaxRequestsPerC hild: maximum number of requests a server process
serves
<IfModule worker.c>
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerC hild 0

#
# To reduce memory usage in the worker MPM, the thread guard page
# can be disabled, at the expense of some protection against stack
# overflow.
#
#ThreadGuardAre a off

</IfModule>

ERRORS FROM /ETC/HTTPD/LOGS/APP-XYZ-LOG
[client 10.1.30.223] PHP Notice: Use of undefined constant timespent -
assumed 'timespent' in /var/www/html/misticket/sli
ps.php3 on line 736, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 748, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: mysql(): This function is deprecated;
use mysql_query() instead. in /var/www/html/mistic
ket/mysql.php3 on line 22, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant summary -
assumed 'summary' in /var/www/html/misticket/slips.p
hp3 on line 759, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 770, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_children in
/var/www/html/misticket/slips.php3 on line 770, ref
erer: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: mysql(): This function is deprecated;
use mysql_query() instead. in /var/www/html/mistic
ket/mysql.php3 on line 22, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 895, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_contacts in
/var/www/html/misticket/slips.php3 on line 895, ref
erer: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sid -
assumed 'sid' in /var/www/html/misticket/slips.php3 on l
ine 938, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Undefined variable: exp_follow in
/var/www/html/misticket/slips.php3 on line 938, refer
er: http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant sbgn -
assumed 'sbgn' in /var/www/html/misticket/slips.php3 on
line 1087, referer:
http://mis.troubleticket.net/nbrowse...f_func=addslip
[client 10.1.30.223] PHP Notice: Use of undefined constant Account -
assumed 'Account' in /var/www/html/misticket/conf/ke
ystone.conf on line 395, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 395, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Location -
assumed 'Location' in /var/www/html/misticket/conf/
keystone.conf on line 396, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 396, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Location -
assumed 'Location' in /var/www/html/misticket/conf/
keystone.conf on line 397, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant
locationname - assumed 'locationname' in /var/www/html/mistick
et/conf/keystone.conf on line 397, referer:
http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant Phone -
assumed 'Phone' in /var/www/html/misticket/conf/keysto
ne.conf on line 398, referer: http://mis.troubleticket.net/nbrowse.php3
[client 10.1.30.223] PHP Notice: Use of undefined constant accountname
- assumed 'accountname' in /var/www/html/misticket
/conf/keystone.conf on line 398, referer:
http://mis.troubleticket.net/nbrowse.p
Well, first of all, clean up your code. It takes time (and memory) to
handle all of these errors.

Other than that, we can't see your code, so we would have no idea what
might be taking the resources.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
I changed all of these from [x] to ['x'] per #php on IRC, some fo them
didnt give cmplaint but I said hey be consistent eh?
It fixed an other of the problem apps.

# SOPHIA variables

$sys_sophia_url = "http://sophia.pcstelco m.com/sophia";
$sys_sophia_lab el['Account']['accountname']
= "Account";
$sys_sophia_lab el['Location']['accountname'] =
"Account";
$sys_sophia_lab el['Location']['locationname'] =
"Location";
$sys_sophia_lab el['Phone']['accountname']
= "Account";
$sys_sophia_lab el['Phone']['locationname']
= "Location";
$sys_sophia_lab el['Phone']['phonename']
= "Phone No.";
$sys_sophia_lab el['Inmate System']['accountname'] =
"Inmate System";
$sys_sophia_lab el['Inmate Facility']['accountname'] = "Inmate
System";
$sys_sophia_lab el['Inmate Facility']['locationname'] = "Inmate
Facility";
$sys_sophia_lab el['CPE Station']['accountname'] = "Inmate
System";
$sys_sophia_lab el['CPE Station']['locationname'] =
"Inmate Facility";
$sys_sophia_lab el['CPE Station']['phonename'] = "CPE
Station";
$sys_sophia_lab el['Billed Party']['accountname'] =
"Inmate System";

Aug 18 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

31
9828
by: lawrence | last post by:
I'm not sure how this is normally done, on a large site, perhaps one running Phorum. Occassionally a thread will have hundreds of entries, perhaps a meg or two worth of data. You won't necessarily print all that to the screen, but PHP has to hold it in memory. Run some operations on it, or, more likely, have an array that you keep adding things to, and very soon you run into the 8 meg limit that is the default limit for PHP scripts. ...
1
5973
by: Ravi & Paami | last post by:
After I tried upgrading my php version from 3 to 4, all my code which passes parameters between web pages have stopped working. Not sure what the problem is. Have tried defining the parameters in the accepting php page with a '$_GET; and also a $_REQUEST; but with no luck. Even tried Globals without any luck. Below is an eg. of what I am trying to do.. ------------------------ From an html page, - 'eg1.html', I am attempting to call a...
2
2589
by: pancho | last post by:
Greetings, I need help configuring/building PHP3 with MySQL as a DSO on a Solaris 8 box - this module is needed to host some existing sites I will be migrating Note. I built PHP4 from source and it loads without an error. When I try t run "apachectl configtest" I get the following error: -- Cannot load /usr/local/apache/libexec/libphp3.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file...
1
1670
by: Leonidas | last post by:
I have a web portal made with PHP and DB2 running and i use Apache Web Server. DB2 8.1, PHP 5 and Apache 2.0.50 on Windows XP. After some usage the system's memory increases dramatically and i can't understand why. I read somewhere that it is a problem of PHP and apache when they run on Windows system. Can anyone help me?
2
1657
by: me.linuxadmin | last post by:
hi all ive got php-4.3.9-3 on my fedora3....tried installing phptimesheet-1.2.4.tar.gz on my system..extracted the folder to document root of apache2..all the files of the timesheet have php3 extensions... php is working fine on my sys but php3 is not interpreted...when i go to //localhost/timesheet/timesheet.php3...i can see the source code of the page like... <?............................
1
2016
by: google | last post by:
Hello all- Apologies to everyone for what's probably a very inchoate and uninformed question, but I've been thrust into the position about having to learn more about PHP very quickly. (I'm also posting to alt.comp.lang.php, since I'm not sure what the difference is between the two groups.) Basically, I run a Web site that includes two PHP-based subsites -- one WordPress site and one PHPBB site. I get traffic that strikes me as
1
1381
by: gavino | last post by:
if you can tell me why this php3 app is failing on php 4,3,9 (21:13:31) gavinhopeful: can someone take a peek at this code? http://hashphp.org/pastebin.php?format=plain&pid=8178 (21:13:42) gavinhopeful: this function is php3 and is buggering me on php 4.3.9 (21:13:47) gavinhopeful: 13G log (21:15:09) gavinhopeful: http://hashphp.org/pastebin.php?format=plain&pid=8179 (21:15:26) gavinhopeful: is log error
2
2215
by: Extremest | last post by:
I have a picture site. I save the original and a thumbnail of every picture. Now if they click on a thumbnail then they go to the viewer page where they then see an intermediate picture. I have php opening the original and resizing it and sending the resized image out. It works great and not much load. Better than having 1.7 million more pics. Problem I am having is that after a few hours apache is like 700 megs in memory and will...
15
3255
by: Lawrence Krubner | last post by:
Does anything about this script look expensive, in terms of resources or execution time? This script dies after processing about 20 or 25 numbers, yet it leaves no errors in the error logs. This is on a server that handles a fairly demanding site. The defaults, in php.ini, have all been cranked fairly high: scripts get 180 seconds to run, and they can have as much as 256 megs of RAM. The input for this script is coming from a textarea in...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10364
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10172
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9967
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4069
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.