Hello I am unable to compile dkftpbench-0.37 on Solaris. I am getting numerous errors, which I have pasted below. I would very much appreciate any help you...
... Hmm. Looks like I need to find a Solaris implementation of getifaddrs(). There are clues at http://www.wcug.wwu.edu/lists/netdev/200002/msg00144.html ...
I tried to send Dan a new-improved /dev/poll-like patch, and he made me go try it out on dkftpbench first. That was probably a good thing, because I found...
... so what did you do differently than /dev/poll, /dev/epoll, queued rt/sigio signals, and bcrl's async poll? there are a host of 'fd interest/event...
Zach Brown
zab@...
Nov 16, 2001 5:55 pm
203
... Main point was to find out why Linux /dev/poll was affected by the number of idle connections, when in theory, it didn't need to be. Writing /dev/yapoll ...
... yes. I'm looking forward to seeing your work, if you feel the need to publish it :) bcrl's code allows this sort of optimization to legacy poll by adding ...
Zach Brown
zab@...
Nov 16, 2001 7:11 pm
205
Would you be interested in a Solaris 8 installation CD for Intel or SPARC? It might help testing on Solaris. Sasha ... -- Sasha Oblak 901 San Antonio RD M/D...
CHANGELOG for dkftpbench 0.38 Compiles on Solaris 7 -- getifaddrs.c doesn't do anything there yet, but at least it compiles. You may now override CFLAGS and...
have a look at http://www.acl.lanl.gov/~rminnich/ there is a program to start processes on remote machines called VX. ... CHANGELOG for dkftpbench 0.38 ...
Francis little
oggy@...
Dec 12, 2001 8:32 am
208
Nifty. I'll bookmark that. I don't think it'll do what I need for dkftpbench, but it might be handy for something else sometime. - Dan...
Hi As part of my masters degree assignment ,i have to design and implement FTP Server and Client and submit that assignment by feb 10th.I am basically java...
... _UNIX Network Programming_ by W. Richard Stevens http://www.kohala.com/start/unpv12e.html Don't leave home without it. Personally I wouldn't want to...
Shane Kerr
shane@...
Feb 4, 2002 5:36 pm
211
... Actually, assuming you're just writing this in Java, this is a fairly simple assignment. You don't need to do any protocol design, the FTP protocol is...
Version 0.40 of dkftpbench comes with Corba support, thanks to a little corbification by Leo. It works with OmniOrb 3 for sure; I tested that by building...
OK, I threw together a distributed version of dkftpbench using corba. The idea is you run a copy of CorbaPlatoon_impl on each load machine, and one copy of...
I found the millisecond timeout interface in waitForEvent() and waitAndDispatchEvents() to be quite inadequate. I'm using the Poller_kqueue() in NS's emulation...
... Nice to hear Poller is getting some use! Would exposing waitForEvents(struct timespec *) suit your needs better? That would be quite easy to offer in...
... Yes, certainly. Since this is anyway a C++ library, the following might be better. waitForEvents(const struct timespec &) Also, would be possible for you...
Hi Dan and Jonathan, Here's a simple program that I hacked up to see if kqueue() can check for /dev/bpf* readiness. It turns out that kqueue() wrongly reports...
... Yes, it would. I ought to do that. ... But how on earth do the sources add up to 45MB? Oh, I see, it's a bunch of multi-megabyte data files. Well, what...
Sounds like a possible bug in bsd, or a misunderstanding. Either way, best thing is to post your test case to the appropriate *bsd mailing list. Hmm, I see...
I'm looking for a well-written Java ftp daemon to benchmark. In a quick Google search, I found four candidates: 1. http://www.mycgiserver.com/~ranab/ftp/ Rana...
I run "time dkftpbench -hssl-2.cs.unm.edu -n3000 -t180 -b1000 -u? -p? -fglobus.eps -sp" in host where ftp client is running. but i got erro message: "Option...
... The status value of 550 is from the FTP server. It is defined in the FTP RFC as 550 Requested action not taken. File unavailable (e.g., file not found, no...
but four processes are successfully(get the file successfully) before the error pops up. li ... __________________________________________________ Do You...