Welcome Guest ( Log In | Register )

3 Pages V < 1 2 3  
Closed TopicStart new topic
> Hentai@Home Quality

 
post Mar 13 2013, 18:05
Post #41
Tenboro

Admin




I'm still playing with the relative weighting of raw speed vs quality to get the lowest possible global failure average, but of course, since the semi-static routing tables can last for up to 24 hours it takes that long before I can see the full effect.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 13 2013, 19:08
Post #42
Teana Lanster



Phantom Blazer
*******
Group: Catgirl Camarilla
Posts: 1,334
Joined: 8-July 10
Level 500 (Godslayer)


Can't figure out what's the problem that all my clients are droping in quality while they are using different network (different ISP).

So~just wait to see then.

Well, want to tell some more.

I notice that some of my clients in sometime are always getting image but not sharing,
that is, the client like stopped for about a minute, then download an image, never uploading.
This status may take a half hour or even more, then it goes back to normal.
Since I can't always look at the cmd, so I don't know how frequently it is, but at least I saw it 4 times in the past 24hours.

This post has been edited by andywong: Mar 13 2013, 19:11
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 16 2013, 17:50
Post #43
burdik



Newcomer
*
Group: Recruits
Posts: 10
Joined: 5-May 10
Level 52 (Artisan)


Quality on low speed spectrum seems to be doubled up now
But the usage is still inconsistent
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 16 2013, 19:35
Post #44
soliloquy



hi
*****
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10
Level 469 (Godslayer)


What kind of setup do people like G Just G, StonyCat, Ichy, etc have anyways to reach those kinds of numbers? Multiple gigabit boxes?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 17 2013, 05:43
Post #45
G Just G



Casual Poster
****
Group: Members
Posts: 415
Joined: 27-October 08
Level 184 (Lord)


I've got eighteen H@H clients spread over multiple 100Mbs connections, 1gbs connections, and a couple on 10gbs connections.

As for a few days ago the datacenter hosting some of my euro servers lost power and the servers shutdown.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 17 2013, 06:29
Post #46
soliloquy



hi
*****
Group: Catgirl Camarilla
Posts: 646
Joined: 1-September 10
Level 469 (Godslayer)


Jesus, how much does it cost a month for all that? Are they dedicated with VMs or VPSes with VMs?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 17 2013, 12:21
Post #47
JapaG



Casual Poster
***
Group: Members
Posts: 149
Joined: 12-May 11
Level 216 (Godslayer)


I've got an FTTH connection where I run two H@H clients. The connection is at the moment limited to 100MB (on the ethernet ports on my stupid FTTH switch), but I'm gonna upgrade it to 1GB in the near future. I happen to be the admin to the local fiber network so I can do these upgrades/changes at no cost (IMG:[invalid] style_emoticons/default/tongue.gif). I only pay 10 euros + tax for my connection a month.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 19 2013, 00:29
Post #48
abukara



Casual Poster
****
Group: Gold Star Club
Posts: 379
Joined: 9-March 09
Level 460 (Godslayer)


So 7785 quality is OK?

I wonder how many USA clients are hosted on ColoCrossing.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 19 2013, 02:58
Post #49
lovehcomics



Active Poster
*******
Group: Members
Posts: 1,354
Joined: 28-August 09
Level 275 (Godslayer)


9222 and rising. (IMG:[invalid] style_emoticons/default/smile.gif) Wonder how I'll get it past 9500, heh.

Oh, in case you're wondering, I am on Bytesized Hosting.

This post has been edited by lovehcomics: Mar 19 2013, 03:07
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 28 2013, 02:21
Post #50
Maximum_Joe



Legendary Poster
***********
Group: Gold Star Club
Posts: 24,074
Joined: 17-April 11
Level 500 (Dovahkiin)


Heads up, Java 8 is on its way and I really [www.techempower.com] really hope you like lambdas!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 28 2013, 02:59
Post #51
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


meh... it still misses tail recursion. Tail recurssion was to be added in java 8 and was postponed to 9, recently it was postponed even more and will not be in 9 anymore. God only knows when there will be real recursion in java (IMG:[invalid] style_emoticons/default/dry.gif)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 30 2013, 19:41
Post #52
betaplan



Newcomer
*
Group: Members
Posts: 33
Joined: 16-July 12
Level 272 (Godslayer)


QUOTE(blue penguin @ Mar 28 2013, 11:59) *

meh... it still misses tail recursion. Tail recurssion was to be added in java 8 and was postponed to 9, recently it was postponed even more and will not be in 9 anymore. God only knows when there will be real recursion in java (IMG:[invalid] style_emoticons/default/dry.gif)

You're in an imperative language. Just optimize the tail recursion out yourself.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 30 2013, 21:08
Post #53
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(betaplan @ Mar 30 2013, 17:41) *

You're in an imperative language. Just optimize the tail recursion out yourself.

Never found a way of doing it, although my java knowledge is crap so maybe there's a way and I simply did not find it yet. How would you suggesst doing the tail recursion optimization by hand? i.e. do you maybe happen to know how can I modify the function call stack, in java, to throw away the unneeded function retunrs and return controll directly to the beginning of the recursion (instead of accumulating the unneeded function retuns, and the unneded stack of each function, in memory)?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 30 2013, 21:51
Post #54
Tenboro

Admin




QUOTE(Maximum_Joe @ Mar 28 2013, 01:21) *
Heads up, Java 8 is on its way and I really [www.techempower.com] really hope you like lambdas!


Eh, it's just syntactic sugar for passing functions as arguments. Which you can do already by using interfaces.

QUOTE(blue penguin @ Mar 30 2013, 20:08) *
How would you suggesst doing the tail recursion optimization by hand?


Rewrite the recursion to an iteration?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Mar 30 2013, 22:05
Post #55
blue penguin



in umbra, igitur, pugnabimus
***********
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12
Level 500 (Godslayer)


QUOTE(Tenboro @ Mar 30 2013, 19:51) *
Rewrite the recursion to an iteration?

Eeeeewwwwww.....
That's what I want to get rid off in the first place (IMG:[invalid] style_emoticons/default/dry.gif)

Nevermind, I must have wondered too far away into strange and unknown lands, sorry.
*blue penguin humbly returns into Erlang and Haskell land leaving lamba functions in imperative languages to the ones more versed in them. On the way back he murmures to himself "nothing changed in there since I left the imperative land the first time"*

This post has been edited by blue penguin: Mar 30 2013, 22:08
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Apr 1 2013, 14:23
Post #56
Purumubumu



Lurker
Group: Recruits
Posts: 4
Joined: 19-August 12


[a generic post about Python]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


3 Pages V < 1 2 3
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 17th July 2025 - 03:00