0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
working on getting the simple chat client example going
OisinMulvihill
as omulvihill
More... almost 22 years ago
merging changes from cc
OisinMulvihill
as omulvihill
More... almost 22 years ago
working towards 0-8 release. I was just investigating why function calls to remote destinations appear to be quite slow when I just an acceptance test on local loopback. I ahve found that the connection manager win32 poll time out is effecting the speed at which things can be send. I.e. the poll only returns when the read of exception events occur, due to the current architecture. Decreasing the timeout from 10 seconds to 0.001 greatly increases performance however the load on the machine increases. I'm continuing to look into this.
OisinMulvihill
as omulvihill
More... almost 22 years ago
working on web site
OisinMulvihill
as omulvihill
More... almost 22 years ago
add the new revamped web-site. This is the same layout as the kioskcontrol site
OisinMulvihill
as omulvihill
More... almost 22 years ago
trying to track down the slow down reasons
OisinMulvihill
as omulvihill
More... almost 22 years ago
I currently adding unit test to catch the current slow down problem. XmlRpcConnectionTest contains the checkSendMethodCall which is currently timming out when it should be returning straight away. The test fails to that effect
OisinMulvihill
as omulvihill
More... almost 22 years ago
I just spent a few minutes profiling and I've discovered that the actual transport of data is really quick. What is actually killing performance is the hand over of data from the handleWrite to the function waiting on the queue to have data. Its occupying 90% of the time and typically is calling a single function call to take 2+ seconds. I'm seriously going to have to fix this.
OisinMulvihill
as omulvihill
More... almost 22 years ago
working towards the next release
OisinMulvihill
as omulvihill
More... about 22 years ago
updating the documentation
OisinMulvihill
as omulvihill
More... about 22 years ago
added code reference documentation
OisinMulvihill
as omulvihill
More... about 22 years ago
bring in changes from cc. Fixed blocking the connection manager whenever a new connection is received (problem in cc), add new flag remove which if set will cause the Connection to be removed as soon as possible from the connection manager
OisinMulvihill
as omulvihill
More... about 22 years ago
finished of refactoring, just trying to get the unittests working.
OisinMulvihill
as omulvihill
More... about 22 years ago
adding lockableDictionary test
OisinMulvihill
as omulvihill
More... about 22 years ago
adding new unittest and updating the old ones
OisinMulvihill
as omulvihill
More... about 22 years ago
finished merging code removing future dir
OisinMulvihill
as omulvihill
More... about 22 years ago
updated this example to use newly refactored lib code
OisinMulvihill
as omulvihill
More... about 22 years ago
working
OisinMulvihill
as omulvihill
More... about 22 years ago
removing unused files
OisinMulvihill
as omulvihill
More... about 22 years ago
I'm just adding unit tests
OisinMulvihill
as omulvihill
More... about 22 years ago
got the refactor working. I'm just adding unit tests
OisinMulvihill
as omulvihill
More... about 22 years ago
continuing to get poll on linux and other stuff going
OisinMulvihill
as omulvihill
More... about 22 years ago
refactored and remove notifier as it wasn't needed
OisinMulvihill
as omulvihill
More... about 22 years ago
got the unix/posix pollUsingPoll to work.
OisinMulvihill
as omulvihill
More... about 22 years ago
n
OisinMulvihill
as omulvihill
More... about 22 years ago
continuing to work on the future developent
OisinMulvihill
as omulvihill
More... about 22 years ago
continuing to work on the new xmlrpcstream single thread approach
OisinMulvihill
as omulvihill
More... about 22 years ago
I've added a new directory to lib called future. This directory contains the files I am using to experiment with implementing a single thread to manage all sockets refactor.
OisinMulvihill
as omulvihill
More... about 22 years ago
adding missing file
OisinMulvihill
as omulvihill
More... about 22 years ago
updating manual
OisinMulvihill
as omulvihill
More... about 22 years ago