owserver consuming too much memory, i'm using 5 ds18s20 and 2 ds18b20 with 
cache
when i started owserver.exe mem was 5mb
after 1 hour mem was 16mb
maybe cache is not clean, or when updated the old value isn't removed from 
memory
please verify,
i'm reading all devices without pause
owphp:

<?php
init("172.16.1.100:1234"); // running on linux (php 172.16.0.1) and server 
on windows (172.16.1.100)
$ow=array(....);
while(1){
for ($i=0;$i<count($ow);$i++)
echo $ow[$i]." = ".get($ow[$i])."\n";
}
?>






BTW: Binaries could be downloaded from: http://owfs.sourceforge.net/cygwin/



/Christian





Från: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] För Christian 
Magnusson
Skickat: den 12 oktober 2006 14:56
Till: [email protected]
Ämne: [Owfs-developers] Cygwin support





I have managed to compile owfs for Cygwin now… All changes are committed to 
the CVS.



Hopefully I didn’t break any old support, but please try it before releasing 
a new version.



The generated binaries are:

Owhttpd.exe

Owserver.exe

Owftpd.exe

Owdir.exe

Owread.exe

Owwrite.exe

Owpresent.exe



You need cygwin to run the binaries since they need cygwin1.dll etc…

I could create a tar-package with the binaries and upload them to the 
web-site if you want.



/Christian



Esta mensagem foi verificada pelo E-mail Protegido Terra.
Scan engine: McAfee VirusScan / Atualizado em 11/10/2006 / Versão: 
4.4.00/4871
Proteja o seu e-mail Terra: http://mail.terra.com.br/



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job 
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642



_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

_________________________________________________________________
Descubra como mandar Torpedos Messenger do computador para o celular  
http://www.msn.com.br/artigos/maguire/default.asp


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to