]> code.citadel.org Git - citadel.git/blobdiff - citadel/ChangeLog
* Initial hack of worker-thread rearchitecture. Right now it is successfully
[citadel.git] / citadel / ChangeLog
index 18a4babd3d97581efcb2e1d5ec9297a860a3217b..0040631e77e6b7dc4247d567be9818ec269e1a9a 100644 (file)
@@ -1,10 +1,27 @@
 $Log$
+Revision 1.398  1999/10/27 04:26:58  ajc
+* Initial hack of worker-thread rearchitecture.  Right now it is successfully
+  dispatching worker threads to active client sockets (and to the master
+  socket too, of course).  Removing sessions is currently broken.  There is
+  also a problem with worker threads waking up too quickly when a client
+  command is entered (race condition?).   More cleanup to follow.
+
+Revision 1.397  1999/10/26 20:20:29  ajc
+* Removed the auto-reconnect stuff... it was locking the client in an active
+  loop more often than it was reconnecting.
+
+Revision 1.396  1999/10/26 13:59:11  ajc
+damn bugs
+
+Revision 1.395  1999/10/26 03:48:39  ajc
+* Shuffled around the order of events when a thread is terminating.  All
+  mutex operations now happen prior to the freeing of the CitContext structure,
+  otherwise begin_critical_section() and end_critical_section() try to
+  manipulate the context's mutex count when there isn't any context.
+
 Revision 1.394  1999/10/26 03:21:16  ajc
 * Changed a lot of strncpy() calls to safestrncpy() and replaced most of their
   hardcoded size arguments with 'sizeof' based arguments.
-* Moved the CitContext destruction into the housekeeper thread and out of the
-  thread being cancelled.  Didn't fix it, though (to see what happens, link
-  the server against ElectricFence and watch what happens when a session ends).
 
 Revision 1.393  1999/10/24 19:22:51  nbryant
        * Makefile.in, configure.in: added --enable-icq flag; made checks for
@@ -1354,3 +1371,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * Initial CVS import 
+