@grahamdearsley
Forum Replies Created
-
AuthorPosts
-
You are also correct Leon (except that its THIN form factor ?) TFX is electrically the same as ATX.
I still like physical disks.
This could be because I am a skin flint though . I have let it be known that I still like disks so friends and family offer me the pick of theirs before taking them to the charity shop ?
Hi Leon
It looks like your HP uses a standard TFX sized PSU but I could be wrong.
TFX supplies are available new but if you want to be sure of compatibility referbished HP supplies are on ebay for about £24
June 19, 2018 at 12:19 pm in reply to: Intel Skylake 50% slower in .NET apps than Intel Broadwell #22055There is a good reason that the pause instruction was introduced.
If a Hyperthreaded core is running 2 threads and one of them is just looping the CPU still has to give equal time to both threads. If one of the threads is paused though it is a hint to the CPU to give more time to the other thread.
June 18, 2018 at 11:24 pm in reply to: Intel Skylake 50% slower in .NET apps than Intel Broadwell #22039Hmm lots to look through there ?
It looks as though the problem is that intel has increased the number of cycles the CPU pause instruction pauses for.
I have yet to get my head around all the different ways that a thread can gain exclusive access to a system resourse because you can have spin locks, push locks, mutexes, semaphores and more but the pause problem seems to affect spin locks.
As i understand it if a thread manages to aquire a spinlock on a resourse and another thread requires it then the second thread will not enter a wait on event state thus releasing its CPU but instead it will enter a fixed length loop (spin) before trying again. We are now tying up 2 CPU cores with one doing nothing useful.
If im right the loop includes a pause instruction so a longer pause means that the second thread now spends longer spinning before checking to see if the resourse is free.
The aquire spinlock function used in .NET apps appears to make this worse by lncreasing the length of the loop every time it goes round.
All of the above could be wrong ?
If there is never any contention because there are only a few threads then the problem never happens.
Another little trick Rapport likes to play on some computers when it feels like it is to open a full screen command prompt with nothing on it and then just sit there for 4 or 5 minutes. This looks to most people like the PC has crashed so they hit the power button and I cant blame them !
GPT is the Globally unique identifier Partition Table and it the modern replacement for the Master Boot Record (MBR). GPT has mainly been used on discs larger than 2TB but it has a few other advantages too. One thing is that every partition gets a GLOBALLY unique ID so if you move the disc to another PC there is no chance of a conflict. There is lots more you can read about it if your interested but ill happily answer questions too?
Come to think of it, as this is a data drive, you may like to partition it as GPT too, even though its small. This gives one extra level of protection against drive failure because you get 2 copys of the GPT and Windows will use the second automatically if there is a problem with the first.
Yep go for NTFS on all your hard drives. If you did stick with FAT then your maximum FILE size will be 4GB as you suspected.
- Dont forget that home groups are gone but all your PCs still have to be in the same work group for windows file sharing to work. At least that was true yesterday ?
Fixed it ! I thought I would give Windows+P another go before I did anything more drastic and after pressing it 5 or 6 times I suddenly got a display but only on my TV. The settings had changed to extend desktop but it wasn’t extending so i changed it back to duplicade and i now have the same display on my TV and monitor ?
I still haven’t fixed my display because im not back at my flat yet but I have been looking at the Windows recovery enviroment (Windows RE). Aparrently if you use the media creation tool to directly create a new image on your hard drive then it installs windows RE on a partition that appears as X: while you are in a recovery command prompt. If this is the case then you can access Windows RE by hitting F11 during a system boot.
If you install windows by running setup from physical media you do not get Windows RE installed so you have to boot from your Windows disc.
I am not sure how true this is but I installed Windows 10 on my mum’s PC from a DVD and there is no sign of a recovery partition and F11 does nothing.
Oh I forgot ed, I powered the system off and on several times and I even did a forced shutdown 3 times in a row during startup as sugested online.
This caused windows to tell me it was entering start up repair before giving me another black screen !
Its all very tricky because I just can’t get any sort of display. I can’t find a Windows 10 image DVD either, even though I know I have at least 2 somewhere. I am going to my mothers tonight so I will download and burn a new image then. When I have the disc I will try to boot into the recovery enviroment and see what I can do from there. I have a nasty feeling that system restore was disabled when I did my last clean install but I will have a look.
I have now looked at all the possible solutions I can find on the internet and none of them apply because my system is booting and loading the explorerer.exe shell. The display and its connections are fine because I get the blue flag and safe mode with VGA drivers dosn’t get me a desktop either so I don’t think its a driver issue.
It looks as though Windows has got its knickers in a twist about where to project a screen because I had it set up to duplicate the output but now the mouse pointer acts as it would with extended displays. As I ment to say above Windows+P does me no good though.
Well seeing as it was originally the Common Unix Printing System I think you are fairly safe to like it ?
Here is more than you ever wanted to know about the Windows time service ?
Glad you liked it Bob.
I would also mention, while I’m at it, that the certificate validity period is why the system clock is important here. If your system time and date is well off it will appear that all your certificates have expired !
You may find this link interesting. Or maybe not ?
As Bob says it was probably a case of expired security certificates.
-
AuthorPosts
