diff options
author | Not Zed <NotZed@Ximian.com> | 2001-01-29 17:03:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-29 17:03:04 +0800 |
commit | d057619fd675a74c5ddcd986737e17d79e3610d7 (patch) | |
tree | 3b3d25c775a4afa664b94a0f6770f53fc59e4499 /e-util/ChangeLog | |
parent | 6fd48a6f476245f52b0653cb1b9f0f298798c07a (diff) | |
download | gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.gz gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.tar.zst gsoc2013-evolution-d057619fd675a74c5ddcd986737e17d79e3610d7.zip |
If we have waiting threads, then dont start a new one for the NEW case.
2001-01-29 Not Zed <NotZed@Ximian.com>
* e-msgport.c (e_thread_put): If we have waiting threads, then
dont start a new one for the NEW case.
(thread_dispatch): For the NEW case, dont exit, just keep running,
waiting for a new message to come along.
(e_thread_destroy): When cleaning up NEW threads, cancel any
non-busy threads.
svn path=/trunk/; revision=7883
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 96cd3815bb..c2ffa92702 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,12 @@ +2001-01-29 Not Zed <NotZed@Ximian.com> + + * e-msgport.c (e_thread_put): If we have waiting threads, then + dont start a new one for the NEW case. + (thread_dispatch): For the NEW case, dont exit, just keep running, + waiting for a new message to come along. + (e_thread_destroy): When cleaning up NEW threads, cancel any + non-busy threads. + 2001-01-24 Not Zed <NotZed@Ximian.com> * e-sexp.h (ESExp): Add chunk allocators. |