![]() |
Quote:
|
the largest bottlekneck in large scale archiving is the hard drive speed. If you don't have high speed SCSI drives don't ever try to archive millions of posts! Run things manually and NOT through cron if you're weeks behind in the posts.
|
i build a new nttp gateway from zero using php, C++ and Delphi. it's works very more efficiently than the actual nntp gateway (i test it on a 100.000 articles newsgroup without any problem) and also i inprouve the charset encoding/decoding and correct some litle bug i found in gateway.php
exemple : after inserting an article $db->query(" UPDATE " . TABLE_PREFIX . "thread SET firstpostid = $postid WHERE threadid = $threadid "); that look false and must be $db->query(" UPDATE " . TABLE_PREFIX . "thread SET lastpostid = $postid WHERE threadid = $threadid "); :) i need now some volonters to test it and to gave me they comments ! |
Quote:
|
i not understand exactly what you mean? off course i handle the AUTHINFO and all the neccessary nntp protocol !
|
Quote:
A "normal" usenet-client sends "MODE READER" to a server before the authorization, and a usenet-server sends "MODE SERVER" to another server, because of the different article-transfering modes. This usually is based on IP, so if a server is configured to handle feed-traffic, it also treats a local client as a server - which is wrong. It doesn't happen often, but it happens and may be important for some. :) |
ok, i do it ! i send a mode reader just after the connection
|
wow this mod seem to work fine in 3.6.8 as well as 3.6.7 just needs a few very small query fixes. thanks for this mod.
|
Would you share the fixes?
|
This is what I am receiving when I run gateway.php
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
All times are GMT. The time now is 03:08 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|