![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
Feature Requests & Bug Reports Is there anything you'd wish to see in Phex, or did you find some bugs? |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() Difficult to say... it seems to be the download side which decides to closes the connection... BTW: Using Log4J makes logging output much easier to configure, here is a little doc http://www.phex.org/wiki/index.php/Logging_API This is an example log4j.properties: Code: log4j.rootLogger=DEBUG, Console, StandardFile, ErrorFile log4j.logger.IncomingMessages=WARN log4j.logger.IncomingMessages.Dropped=WARN log4j.logger.OUTGOING_MESSAGES=WARN log4j.logger.LOCALIZATION=WARN log4j.logger.BANDWIDTH=WARN log4j.logger.UDP_OUTGOING_MESSAGES=INFO log4j.logger.UDP_INCOMING_MESSAGES=DEBUG log4j.logger.phex.common.file=WARN log4j.logger.phex.common.file.ManagedFileInputStream=WARN log4j.additivity.phex.common.file.ManagedFileInputStream=false log4j.logger.phex.common.file.ManagedFileOutputStream=WARN log4j.additivity.phex.common.file.ManagedFileOutputStream=false log4j.logger.org.apache.commons.httpclient=WARN, StandardFile, ErrorFile log4j.logger.httpclient.wire=WARN, StandardFile, ErrorFile #### Console Appender #### log4j.appender.Console=org.apache.log4j.ConsoleAppender log4j.appender.Console.layout=org.apache.log4j.PatternLayout log4j.appender.Console.layout.ConversionPattern=%d{yyMMdd HH:mm:ss,SSS} %-5p/%c [%t]:: %m%n #### Standard File Appender #### log4j.appender.StandardFile=org.apache.log4j.RollingFileAppender log4j.appender.StandardFile.File=phex.l4j.log log4j.appender.StandardFile.MaxFileSize=1024KB log4j.appender.StandardFile.MaxBackupIndex=5 log4j.appender.StandardFile.layout=org.apache.log4j.PatternLayout log4j.appender.StandardFile.layout.ConversionPattern=%d{yyMMdd HH:mm:ss,SSS}(%r) %-5p/%c [%t]:: %m%n #### Error File Appender #### log4j.appender.ErrorFile=org.apache.log4j.RollingFileAppender log4j.appender.ErrorFile.File=phex.error.l4j.log log4j.appender.ErrorFile.MaxFileSize=512KB log4j.appender.ErrorFile.MaxBackupIndex=1 log4j.appender.ErrorFile.Threshold=ERROR log4j.appender.ErrorFile.layout=org.apache.log4j.PatternLayout log4j.appender.ErrorFile.layout.ConversionPattern=%d{yyMMdd HH:mm:ss,SSS}(%r) %-5p/%c [%t]:: %m%n |
| |||
![]() To help debug this better try to add the following line to your phexCorePrefs.properties: Download.CandidateLogBufferSize = 1000000 Upload.UploadStateLogBufferSize = 1000000 This gives 1MB of memory data for storing candidate and upload log. You will see a Log Button on the candidate and upload toolbar. Pressing it shows the log of the candidate/upload. |
| |||
![]() Thanks for the logging tips. You're right, it seems the client receives garbage and then resets the connection: Quote:
or later: Quote:
|
| |||
![]() Thanks for the fix. I now have another problem: 1.) First everything works as it should, but after a few files have been downloaded speed goes to ~10.0kb/s, strange is that in the "Upload"-Tag only 16kb entries are shown. I attached a screenshot to illustrate that behaviour. The slow downloading starts to happen as soon as the 16k uploads begin. I also saw 20kB, 40Kb and 60Kb uploads, but all in this category as soon as the slowdown occurs. 2.) Only a few files come to "Completed!" status, others stuck at "Downloading 100%" with all bytes downloaded. This has been so since the biginning, does not bother me if files are really completly downloaded. The most strange thing is that from machine A-> machine B this never happens, all downloads complete and are always fast. So this happens just from B->A, no firewall. lg Clemens Edit: Attached file deleted (content violates forum rules) Last edited by GregorK; January 10th, 2007 at 01:54 PM. |
| |||
![]() Its seems out of what ever reason the download connection between the two is interrupted and the download restarts. Since the segment size is 16K this happens every 16K. Raising the default segment size and target time might help. You don't need small segments on LAN anyway. Download speed should be so high that you can easily use values above 1MB, and since you most likely only have one source segmentation, which enables swarming, is not necessary anyway. The other question is why Phex looses connection, or thinks at some point that it cant use persistent keep-alive connections. |
![]() |
Thread Tools | |
Display Modes | |
| |
![]() LinkBack to this Thread: https://www.gnutellaforums.com/feature-requests-bug-reports/65833-way-too-many-open-files.html | ||||
Posted By | For | Type | Date | |
Untitled document | This thread | Refback | November 4th, 2010 10:39 PM |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
can't open files | laura62 | Tips & Tricks | 1 | September 13th, 2005 01:14 PM |
how to open .rar files ??? | busted81 | Tips & Tricks | 1 | December 1st, 2004 03:40 AM |
i can't open my files...! | Meredith | General Mac Support | 0 | October 16th, 2002 09:21 AM |
sit files. How do I open them? | Unregistered | Open Discussion topics | 1 | April 8th, 2002 12:18 PM |
Can't open files | Unregistered | General Mac OSX Support | 0 | April 7th, 2002 10:15 AM |