~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/twisted/internet/iocpreactor/notes.txt

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
test specifically:
 
2
failed accept error message -- similar to test_tcp_internals
 
3
immediate success on accept/connect/recv, including Event.ignore
 
4
parametrize iocpsupport somehow -- via reactor?
 
5
 
 
6
do:
 
7
break handling -- WaitForSingleObject on the IOCP handle?
 
8
iovecs for write buffer
 
9
do not wait for a mainloop iteration if resumeProducing (in _handleWrite) does startWriting
 
10
don't addActiveHandle in every call to startWriting/startReading
 
11
iocpified process support
 
12
  win32er-in-a-thread (or run GQCS in a thread -- it can't receive SIGBREAK)
 
13
blocking in sendto() -- I think Windows can do that, especially with local UDP
 
14
 
 
15
buildbot:
 
16
run in vmware
 
17
start from a persistent snapshot
 
18
 
 
19
use a stub inside the vm to svnup/run tests/collect stdio
 
20
lift logs through SMB? or ship them via tcp beams to the VM host
 
21
 
 
22
have a timeout on the test run
 
23
if we time out, take a screenshot, save it, kill the VM
 
24