[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] Re: your mail
- To: coldsync-hackers at lusars dot net
- Subject: [coldsync-hackers] Re: your mail
- From: Andrew Arensburger <arensb+CShackers at ooblick dot com>
- Date: Thu, 19 Sep 2002 13:34:57 -0400 (EDT)
- In-Reply-To: <1032427449.3d8997b99ccb4@www.ekspert.szczecin.pl>
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
On Thu, 19 Sep 2002 Wojciech.Godynski@ekspert.szczecin.pl wrote:
> 1. Sometimes during sync I got messages like that: Received file descriptor
> 35. There appears to be a file descriptor leak.Please notify the maintainer.
>
> What could be a reason?
> Is there any common mistake which leads to such behaviour?
[...]
> 2. After crashing my appl (DataMgrError) and soft reset, when tried to sync I
> received few messages: Cannot open database:8 (means:too many open databases).
> Is there any explanation for that? I understand my app crashed when my
> databases was open, but why that kind of error appears?
It sounds as if your conduit is opening databases, but not closing
them.
> 3. I've noticed that coldsync forks conduits (sometimes two copies of mine are
> running for a while). It's not good in my case. Is there any way to ommit this?
Um... ColdSync supports multiple conduits. That is, it has to be
able to execute one conduit, then execute another one, when the first one
exits. How do you propose to do this without forking?
--
Andrew Arensburger Actually, these _do_ represent the
arensb@ooblick.com opinions of ooblick.com!
Generic Tagline V 6.01
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.
- References:
- No Subject
- From: Wojciech.Godynski@ekspert.szczecin.pl