Guest User

Untitled

a guest
May 20th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. 22:59 <IntelMiner> Actually now I'm curious, what are you trying to mount that's a "live" filesystem over FTP? :o
  2. 22:59 <IntelMiner> Are you trying to do like, boot a system with the root filesystem stored on another machine?
  3. 23:32 <Draconicus> No
  4. 23:33 <Draconicus> I want to maintain my remote website. Could prolly use sshfs for it actually.
  5. 23:40 <IntelMiner> I'd suggest against using SSHFS, personally
  6. 23:40 <IntelMiner> It's got bullshit overhead, and it isn't multithreaded
  7. 23:41 <IntelMiner> AMD E-350 could barely chug out 9MB/s on a gigabit connection, 100% CPU on one core =/
  8. 23:50 <Draconicus> >..>
  9. 23:50 <Draconicus> I have not had that experience.
  10. 23:50 <Draconicus> with 100Mbit cards
  11. 23:52 <IntelMiner> Well, if it's only 100mbit cards, I suppose that works I:
  12. 23:53 <Draconicus> I was not aware you could thread connections over Ethernet
  13. 23:53 <IntelMiner> But it does not scale well
  14. 23:53 <IntelMiner> And no, I mean the encryption/decryption overhead, it IS a secured connection
  15. 23:53 <Draconicus> You said it's not multihreaded.
  16. 23:53 <IntelMiner> Yeah, that isn't
  17. 23:53 <Draconicus> Pretty sure that's a limitation of the wire.
  18. 23:54 <IntelMiner> Err
  19. 23:54 <IntelMiner> No
  20. 23:55 <IntelMiner> The mode of encryption on either end, as the data is being sent over SSH, is not multithreaded
Add Comment
Please, Sign In to add comment