That's a much better solution! Paul
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Christian Magnusson Sent: Monday, April 25, 2005 5:53 AM To: owfs-developers Subject: Re: [Owfs-developers] System Log Question One solution would be to start owserver in the background, and then connect to the local port instead. The speed would increase too since you would use the cached results in owserver too. owserver -u -p 3000 And then connect to port 3000 in the perl-script. OW::init("3000") /Christian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
