• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Just joined! EDIT: now with personal proxy question

Z24

Senior member
Bringing about 6000Mhz with me... problem is, a lot of it is only on during office hours.

But hey, anything counts!

 
Z24,

Welcome aboard, the beer's in the fridge.

No one here will turn down 6000MHz even if it is off at night 😉
 
I hope you are considering joining a mini-team such as TA-Federation.

I usually don't say this in public, but when you join you get chicks and a hot tub😉. I trust you will make the correct decsion, just follow Train's sig=D
 
I'm doin' RC5. Have been for a while.... Used to be on my university's team, but seems it's been abandoned.

I started back with a lowly PII-266 (OC'd to 300) in 1998. (It wasn't that lowly back then though!)

My how things have changed.
 
welcome to the TeAm! we love new posting members... they tend to find it fun and stick around more
 
Z24
Welcome!!!! And whatever works helps. I don't do much but I crack along.... 🙂

Wolfie
 
Personal Proxy Question

Okay, here's the deal:

I'm running the personal proxy as a service on a WinNT 4.0 machine that has dialup internet access. It's on 24/7.

Is there any way to set it up so that:
-it only holds RC5
-it always has at least a couple of days work on hand
-uploads completed work at night, autodialling if necessary.

I've been fighting with this thing for a while. It seems that it won't detect a dialup connection when running as a service... my original thought was to have it update frequently only when a connection was present--but i couldn't get that to work. As such, I'd like to have it update after-hours when nobody is around. I don't want it dumping a days work during office hours and clogging up the internet connection, and I don't want it autodialing every 15 minutes all night long. Does that makes sense?
 
I noticed just the same. My home pproxy was working just fine in the tray, but then I set it to run as a service and it doesent detect dialup anymore.
For now I just use the service manager to manually restart it daily, it then sees the connection.
I need to make a batch file with the command net restart perproxy (or something like that, dont remember the syntax) to be able to flush with a click of the mouse when I'm online. Cant think of anything better for now.
Another way would be to have it flush when it needs, but I hate comps to use my phone when I'm not around.
 
are you using NT (or Win2k) aswell?

If there is a commandline option that flushes the proxy, you can schedule it with the NT/2k "AT" command.

 
win2K @home, win2K/NT4server @work

No command line to flush. The command line that flushes the client actually starts up a new client that reads the buffers, does whatever fetching/flushing is needed, then exits. This is possible since client buffers reside on disk and are sharable.

Proxy buffers, OTOH reside in memory and are written to disk periodically. So starting a second proxy to do the flushing would do no good. The only way to get the proxy to flush is by sending it a Ctrl+pause (impossible if running as a service). It is possible in linux, but thats beyond my understanding.
 
Why not using the proxysig.exe that comes with the proxy? It can be used for sending commands to the proxy just like what can be done in linux by sending signals. The command-line syntax is as follows:


D:\Program Files\Misc\Distributed\Dnet\Proxy>proxysig /?
Syntax: proxysig [-update | -shutdown | -reload]


Putting that into a scheduled task would do the job I think 🙂

<edit> Welcome to the team btw. 🙂 </edit>
 
Wow, I overlooked this file when I installed. I fact I couldnt figure out what it was, and deleted it 🙂 (my philosophy : Get rid al all that is useless ; if you dont understand something, its useless).

Ok, so we can send signals to the proxy in NT. Thats better than restarting it. But it doesnt help much to have it flush WHEN a connection activates. 🙁

Mhhh need a dialup detection app that would do the job. ICQ could do, but I wont install it just for that.
 
Back
Top