A Fishing forum. FishingBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » FishingBanter forum » rec.outdoors.fishing newsgroups » Fly Fishing
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

OT...calling all geeks



 
 
Thread Tools Display Modes
  #1  
Old November 26th, 2003, 02:37 AM
Frank Church
external usenet poster
 
Posts: n/a
Default OT...calling all geeks

OK, I finally got tired of bsods, lockups, illegal ops etc, etc. so I
upgraded to WinXP Home Edition today. So far, what I've seen I like; the
only fly in the ointment seems to be that windows open slower and it takes
noticeably longer to boot up and shut down. I'm used to windows fairly
snapping open with W98 (when it wasn't locked up, etc) I have 512 megs RAM
and an Athlon 1.2 gig processor. Am I gonna have to go to a faster
processor to kick this thing in the butt or what? One small negative in
this whole thing is my scanner software does not work with WinXP..time for
a new scanner I guess.

Frank Church
...'fishin' for help to keep this partly on topic
  #2  
Old November 26th, 2003, 02:57 AM
Frank Reid
external usenet poster
 
Posts: n/a
Default OT...calling all geeks

OK, I finally got tired of bsods, lockups, illegal ops etc, etc. so I
upgraded to WinXP Home Edition today. So far, what I've seen I like; the
only fly in the ointment seems to be that windows open slower and it takes
noticeably longer to boot up and shut down. I'm used to windows fairly
snapping open with W98 (when it wasn't locked up, etc) I have 512 megs RAM
and an Athlon 1.2 gig processor. Am I gonna have to go to a faster
processor to kick this thing in the butt or what? One small negative in
this whole thing is my scanner software does not work with WinXP..time for
a new scanner I guess.

Frank Church


No, you should be fine. You will probably want to find one of the pages on
the Internet on tuning XP. Things like Instant Messager will be running in
the background and you can kill them. Just google the XP tuning or
"secrets."
Go to your scanner's home page, they may have new XP signed software. The
1.2 GHz, 512 RAM, should be fine, especially after some tuning. I let one
of the serious MS geekazoids point you at the appropriat pages.
G'nite Dad
--
Frank Reid (the one who didn't become a squiddly)
Reverse email to reply


  #3  
Old November 26th, 2003, 07:15 AM
rw
external usenet poster
 
Posts: n/a
Default OT...calling all geeks

Frank Church wrote:
OK, I finally got tired of bsods, lockups, illegal ops etc, etc. so I
upgraded to WinXP Home Edition today. So far, what I've seen I like; the
only fly in the ointment seems to be that windows open slower and it takes
noticeably longer to boot up and shut down. I'm used to windows fairly
snapping open with W98 (when it wasn't locked up, etc) I have 512 megs RAM
and an Athlon 1.2 gig processor. Am I gonna have to go to a faster
processor to kick this thing in the butt or what? One small negative in
this whole thing is my scanner software does not work with WinXP..time for
a new scanner I guess.


Since ROFF is now the default source for Windows help, I suppose it's OK
to ask a question about Linux:

Is there a way to call shutdown(blah, SHUT_WR) on a network SOCK_STREAM
connection's fd without discarding pending output? Or some way to block
until pending output has been acknowledged by the far end? (There's a
TCP/IP acknowledgement packet being sent, I'm fairly certain of this...)
I want the connection at the far end to get EOF from read, but still be
able to send me data back from the other half of the connection.
I've looked at the BSD networking documentation, the source code to
"netcat", all the man pages I could find, asked google, etc. The 2.4.18
net/ipv4/tcp.c source has some interesting comments (line 396) about
poll not having a notion of HUP in just one direction, but I've gathered
that select and poll behave differently on files, pipes, network
sockets, block devices, etc... In any case, this doesn't help me find an
exported user-space API that might help me implement this behavior. (By
the way, is "PULLHUP" on lines 414 and 417 a typo for "POLLHUP", or
not?) There doesn't seem to be any variant of a blocking flush() call on
a socket (that I can find), or a way to tell shutdown() to wait for
pending output the way a normal close() does. (Maybe I can do something
fancy with poll or select?) If there IS no way to do this, why does
shutdown(2) bother taking a second argument? (Maybe I can disable nagle
and then do a write of length zero, to make the other end unblock with a
read of length zero and THINK the stream's done? Probably won't work,
but it's worth a try...) (P.S. yes I can rewrite the protocol being sent
over the wire to signal EOF in-band (yet again) but this keeps coming up
over and over. Processes that work when stdin and stdout are seperate
file handles don't work when the data goes back and forth through a
network socket...)

Thanks in advance. :-)

--
Cut "to the chase" for my email address.

  #4  
Old November 26th, 2003, 08:18 AM
riverman
external usenet poster
 
Posts: n/a
Default OT...calling all geeks


"Frank Reid" moc.deepselbac@diersicnarf wrote in message
...
OK, I finally got tired of bsods, lockups, illegal ops etc, etc. so I
upgraded to WinXP Home Edition today. So far, what I've seen I like; the
only fly in the ointment seems to be that windows open slower and it

takes
noticeably longer to boot up and shut down. I'm used to windows fairly
snapping open with W98 (when it wasn't locked up, etc) I have 512 megs

RAM
and an Athlon 1.2 gig processor. Am I gonna have to go to a faster
processor to kick this thing in the butt or what? One small negative in
this whole thing is my scanner software does not work with WinXP..time

for
a new scanner I guess.

Frank Church


No, you should be fine. You will probably want to find one of the pages

on
the Internet on tuning XP. Things like Instant Messager will be running

in
the background and you can kill them. Just google the XP tuning or
"secrets."


This is new to me. I also have XP, 1.2 gig and 512 megs, and I also noticed
that my bootup is a lot slower than my desktop, with 256Meg and a slower
processor. I googled "xp tuner" and got a lot of german stuff. Where do I
find more info on tuning my laptop for faster performance?

Also, Frank, I have found that my version of Norton slows things down a lot,
too.

--riverman




  #5  
Old November 26th, 2003, 08:34 AM
rw
external usenet poster
 
Posts: n/a
Default OT...calling all geeks

riverman wrote:

This is new to me. I also have XP, 1.2 gig and 512 megs, and I also noticed
that my bootup is a lot slower than my desktop, with 256Meg and a slower
processor. I googled "xp tuner" and got a lot of german stuff. Where do I
find more info on tuning my laptop for faster performance?
http://support.microsoft.com/


Go to http://support.microsoft.com/, and then, when you're finished,
come back.

--
Cut "to the chase" for my email address.

  #6  
Old November 26th, 2003, 08:46 AM
Jarmo Hurri
external usenet poster
 
Posts: n/a
Default OT...calling all geeks


rw Since ROFF is now the default source for Windows help, I suppose
rw it's OK to ask a question about Linux:

rw Is there a way to call shutdown(blah, SHUT_WR) on a network
rw SOCK_STREAM connection's fd without discarding pending output? Or
rw some way to block until pending output has been acknowledged by
rw the far end? (There's a TCP/IP acknowledgement packet being sent,
rw I'm fairly certain of this...)

Rw, the good ole Rob Landley?

http://www.cs.helsinki.fi/linux/linu...2-22/1291.html

and the answer is:

http://www.cs.helsinki.fi/linux/linu...2-22/1337.html

Do I get a bisquit?

--
Jarmo Hurri

Spam countermeasures included. Drop your brain when replying, or just
use .
  #7  
Old November 26th, 2003, 10:22 AM
rw
external usenet poster
 
Posts: n/a
Default OT...calling all geeks

Jarmo Hurri wrote:

Do I get a bisquit?


When we meet, Jarmo, I'll give you a fresh biscuit slathered with fresh
churned butter and blackberry jam.

Now all that ROFF needs is a Windows guru, and we'll be set. :-)

--
Cut "to the chase" for my email address.

  #8  
Old November 26th, 2003, 10:44 AM
riverman
external usenet poster
 
Posts: n/a
Default OT...calling all geeks


"rw" wrote in message
hlink.net...
riverman wrote:

This is new to me. I also have XP, 1.2 gig and 512 megs, and I also

noticed
that my bootup is a lot slower than my desktop, with 256Meg and a slower
processor. I googled "xp tuner" and got a lot of german stuff. Where do

I
find more info on tuning my laptop for faster performance?
http://support.microsoft.com/


Go to http://support.microsoft.com/, and then, when you're finished,
come back.


Wow, thanks rw. I looked through that site, but I didn't find any info on
how to make my computer bootup faster. I guess 'tuning' is a rather general
term; I already know how to do a lot of stuff, but I know there's a lot more
to it. Maybe I should ask if anyone has specific things I should do to speed
up my startup time? I already saw Frank's suggestion about disabling
Messenger. Any other things that are obvious to folks that know about this?

--riverman


  #9  
Old November 26th, 2003, 12:41 PM
Roger Ohlund
external usenet poster
 
Posts: n/a
Default OT...calling all geeks


"riverman" wrote in message
...

"rw" wrote in message
hlink.net...
riverman wrote:

This is new to me. I also have XP, 1.2 gig and 512 megs, and I also

noticed
that my bootup is a lot slower than my desktop, with 256Meg and a

slower
processor. I googled "xp tuner" and got a lot of german stuff. Where

do
I
find more info on tuning my laptop for faster performance?
http://support.microsoft.com/


Go to http://support.microsoft.com/, and then, when you're finished,
come back.


Wow, thanks rw. I looked through that site, but I didn't find any info on
how to make my computer bootup faster. I guess 'tuning' is a rather

general
term; I already know how to do a lot of stuff, but I know there's a lot

more
to it. Maybe I should ask if anyone has specific things I should do to

speed
up my startup time? I already saw Frank's suggestion about disabling
Messenger. Any other things that are obvious to folks that know about

this?

--riverman


Check out a small program called "Tweak XP 3.0.1 Pro" from www.totalidea.com
You might find some tweaks useful.

/Roger
And if you don't already use NTFS then convert.


  #10  
Old November 26th, 2003, 12:45 PM
Charlie Choc
external usenet poster
 
Posts: n/a
Default OT...calling all geeks

On Wed, 26 Nov 2003 11:44:26 +0100, "riverman"
wrote:

Any other things that are obvious to folks that know about this?

Probably the most obvious things are to do a 'disk cleanup' and 'error
checking' on your boot drive and then defragment it. If you are
comparing XP boot times to win9x boot times I doubt you will ever get
it faster, since XP is booting an OS where win9x is just a DOS shell.
--
Charlie...
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:11 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 FishingBanter.
The comments are property of their posters.