mturk 2005/06/14 00:34:46
Modified:jni/native/src poll.c
Log:
Skip useless array length compare.
Revision ChangesPath
1.20 +6 -8 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
==
mturk 2005/06/14 00:14:00
Modified:jni/java/org/apache/tomcat/jni Poll.java
jni/native/src poll.c
Log:
Add Poll.pollset method to return all the descriptors that are
currently in the Poll.
Revision ChangesPath
1.9 +19 -1
jakarta-tomcat-connec
mturk 2005/06/09 03:29:43
Modified:jni/native/src poll.c
Log:
Make sure the statistics are initialized to zero on creation.
Revision ChangesPath
1.16 +2 -2 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
===
mturk 2005/05/19 07:55:28
Modified:jni/native/src poll.c
Log:
Fix poll checking for error.
Revision ChangesPath
1.13 +2 -2 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
===
mturk 2005/04/19 12:13:16
Modified:jni/native/src poll.c
Log:
Add current time so that timeout works.
Revision ChangesPath
1.11 +3 -1 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
=
mturk 2005/04/18 08:43:35
Modified:jni/native/src poll.c
Log:
If add queue is too large, do not return APR_ENOMEM, but rather
bail out from the add loop. Whats in the queue will be added on the next
call.
Revision ChangesPath
1.9 +3 -1 jakarta-tomcat-conn
mturk 2005/04/18 08:24:01
Modified:jni/examples/org/apache/tomcat/jni Echo.java
jni/java/org/apache/tomcat/jni Poll.java
jni/native/src poll.c
Log:
Remove obsolete Poll.socket, Poll.events and Poll.data calls.
Now Api uses indexed array for Poll.poll
mturk 2005/04/18 06:53:33
Modified:jni/native/src poll.c
Log:
Instead returning file desriptors, return socket, events and client data in
array offset.
Revision ChangesPath
1.7 +9 -5 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
=
mturk 2005/04/18 05:33:42
Modified:jni/native/src poll.c
Log:
Make poll threadsafe and with add queue that is added to pollset
before the actuall poll is called.
Revision ChangesPath
1.6 +101 -20 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll
mturk 2005/04/15 03:14:47
Modified:jni/native/src poll.c
Log:
Add setter and getter for poller time to live
Revision ChangesPath
1.5 +21 -6 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
===
mturk 2005/02/05 04:32:36
Modified:jni/native/src poll.c
Log:
Add native methods for accessing apr_pollset_fd struct data.
Revision ChangesPath
1.2 +21 -0 jakarta-tomcat-connectors/jni/native/src/poll.c
Index: poll.c
11 matches
Mail list logo