• 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.

pproxy as a service doesnt detect dialup ?

LeBlatt

Golden Member
I recently changed my pproxy from app to service, and noticed it doesnt detect dialup connection to fetch/flush. Didnt change anything else. Can someone explain ?
 
If I stop and restart the service (using the services applet) while dialup is connected, it detects it and flushes.
Got an idea, will try it tomorrow.
 


<< OPERATIONS AND SIGNALS
----------------------
On UNIX, sending a TERM or INT signal will cause the personal proxy to
shut down nicely, resaving all keyblocks that are still in memory to
disk, and closing all open network connections.

On UNIX, sending a HUP signal will cause the personal proxy to reload
its ini configuration file and reread most of the settings specified
within it.

On UNIX, sending an ALRM signal will trigger the personal proxy to
create an outgoing server connection. This is done even if your
connectivity mode is set to offline. This behavior is intentional, and
permits clever scripters to automate periodic dialups and forced server
flushes.

On Win95/98/NT, when running the proxy in a window you can press
Ctrl-Break at any time to perform the equivalent of a HUP+ALRM signal on
UNIX. To actually close the proxy, press Ctrl-C or close window.


On OS/2 you can press Ctrl-C to force a reload of the ini file and
create an outgoing server connection. Ctrl-Break is used to close
the proxy.
>>



The bold paragraph is your problem. With WinNT/2K, and the PProxy as a service, that option is only available to UNIX.

 
I had the same problem LeBlatt. I never could figure out how to fix. I was told it was a bug that's never been fixed.

Jay
 
There is the proxysig command that you can use to flush when set up as a service. You will have to run it your self though once you connect. But at least it will let you force the update.

S.
 
There is the proxysig command that you can use to flush when set up as a service. You will have to run it your self though once you connect. But at least it will let you force the update.

S.
 
Back
Top