Strange error while working on RPC backend

Dave Peticolas dave@krondo.com
Wed, 14 Mar 2001 16:21:34 -0800


Derek Atkins writes:
> Dave Peticolas <dave@krondo.com> writes:
> 
> > > At this last step (notice that the rpc server was not restarted!)  I
> > > get that xml error.  The error happens as a part of gnc_book_load().
> > 
> > So on the second pass the server is trying to open the file again?
> > How does the server open the file?
> 
> When a client connects, it does:
> 	gnc_book_new()
> 
> Then the client calls book_begin, so it does:
> 	gnc_book_begin()
> 
> then during the load operation it does:
> 	gnc_book_load()	

I'm not sure what's going wrong here. Is the file being closed
by the server when the client exits the first time?

dave