[jabberd2] #113: postgresql storage should not be using serializable transactions

2007-07-23 Thread jabberd2
#113: postgresql storage should not be using serializable transactions
---+
Reporter:  jack|   Owner:  smoku  
Type:  defect  |  Status:  new
Priority:  major   |   Component:  storage
 Version:  2.1.7   |Blocking: 
---+
 This is not banking software.  I believe that the original author must
 have used serializable because he was unfamiliar with transaction levels.
 We should be using the normal read committed level, which is enough for
 the purpose at hand.  After all, there is no retry code if a serializable
 transaction fails is there?  So it is implemented incorrectly anyway.

 Also, we need to get rid of the overhead of setting the transaction
 isolation level for every transaction.  This can be done when the
 connection is established and will save a lot of time.

 Also, we should not be using BEGIN/END blocks on singleton inserts.

 We're working on paches for all these, but I wanted to open a bug here for
 feedback and to track the status.

-- 
Ticket URL: http://jabberd2.xiaoka.com/ticket/113
jabberd2 http://jabberd2.xiaoka.com/
jabberd2 project
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com


Re: [jabberd2] #114: doesn't check the availability of libexpat

2007-07-23 Thread jabberd2
#114: doesn't check the availability of libexpat
---+
Reporter:  bencer  |Owner:  smoku   
Type:  defect  |   Status:  assigned
Priority:  major   |Component:  Build   
 Version:  2.1.7   |   Resolution:  
Keywords:  | Blocking:  
---+
Changes (by smoku):

  * status:  new = assigned

Comment:

 It sure does.
 {{{
 [EMAIL PROTECTED]:~/devel/jabberd2$ grep expat configure.ac
 AC_CHECK_LIB([expat], [XML_ParserCreate])
 if test x-$ac_cv_lib_expat_XML_ParserCreate = x- ; then
 }}}

 Could you please attach your {{{config.log}}}?

-- 
Ticket URL: http://jabberd2.xiaoka.com/ticket/114#comment:1
jabberd2 http://jabberd2.xiaoka.com/
jabberd2 project
___
Jabberd2 mailing list
Jabberd2@lists.xiaoka.com
http://lists.xiaoka.com/listinfo.cgi/jabberd2-xiaoka.com