Design and Support by Can't get enough Futurama
  Planet Express Employee Lounge
  The Wish Void
  Few Questions/Suggestions (Page 14)

Post New Topic Post New Poll Post A Reply
profile | register | preferences | faq

UBBFriend: Email This Page to Someone!
This topic is 16 pages long: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16 
next newest topic | next oldest topic
Author Topic:   Few Questions/Suggestions
Benders_Fan

Urban Legend

00006795

Since: Aug 2005

posted 09-14-2006 15:44

IP: Logged


Hmmm, they coulda checked thier old account. I'm not sure. I'll have to ask them.


Click Here to See the Profile for Benders_Fan   Click Here to Email Benders_Fan     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
winna

Space Pope

00000594

Since: May 2001

posted 11-04-2006 04:06

IP: Logged


What if PEEL ummm... what are the words I'm reaching for.

Maybe we could make it into a real forum, yeah? That'd be so rad!


Click Here to See the Profile for winna   Click Here to Email winna     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Slackit02

Liquid Emperor

00006037

Since: Feb 2005

posted 11-04-2006 11:21

IP: Logged


Benders_Fan. I did that. I repeatedly asked the email to be sent to my new account, but it never did. I dont know if thats a PEEL problem, or my email. Anyways, I had to create a new account.


Click Here to See the Profile for Slackit02   Click Here to Email Slackit02     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
BeanBeanBean!

Liquid Emperor

00007778

Since: Apr 2006

posted 11-14-2006 16:41

IP: Logged


Ermm I haven't a clue how it works so i'll ask the pros.

When browsing members , how come i'm not actually on there? Sorry if I sound so big headed bu i've been here over 9 months now and i'm not in the list.

Does it need updating or something?

Note - Sorry , I don't mean to be rude in anyway


Click Here to See the Profile for BeanBeanBean!   Click Here to Email BeanBeanBean!     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Teral

Helpy McHelphelp
DOOP Secretary

00001115

Since: Sep 2001

posted 11-14-2006 17:02

IP: Logged


Yes, read more in the PEEL'ers FAQ: Http://www.thefryhole.co.uk/peelfaq.php#memberlist


Click Here to See the Profile for Teral   Click Here to Email Teral     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Gopher

Fallback Guy
Urban Legend

00007269

Since: Dec 2005

posted 12-01-2006 06:05

IP: Logged


I posted this in the test thread originally, but it occurred to me that nobody could do anything about it even in theory would be likely to notice it, as I doubt [-mArc-] regularly browses the test threads when he does make an appearance.

quote:
Originally posted by Gopher:
I think I just figured out exactly what's happening with the PEEL glitches that make posts not appear. It seems PEEL posts are handled in three steps: First, the post time is set in the thread list and thread is bumped to the top of the list. Second, the post is added to the thread. Finally the poster's name is set on the thread list. If someone loads the page after step 1 but before step 2 is finished, it goes on to step 3 and step 2 never may not be completed properly.

Speculation: I suspect it may be related to page caching; presumably, during step 2 the page is cleared from the cache so the next request will generate the updated page. This must happen before the data is fully updated, so that if someone loads the page after the cache is cleared but before the data is updated, the server mistakenly things the page is already updated, and the post does not appear until the cache is cleared again, either by an edit or a new post. The rare occassions when multiple posts in a row vanish are probably the result of a lot of people frequently refreshing the page, waiting for the missing posts to appear.

If this theory is correct, fixing this problem could be as simple as moving a single line of code down a few lines.


[This message has been edited by Gopher (edited 12-02-2006).]


Click Here to See the Profile for Gopher   Click Here to Email Gopher     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
[-mArc-]

Administrator
Urban Legend

00000125

Since: Jun 2000

posted 12-02-2006 07:13

IP: Logged


I think it's (server-side) caching related, too. But it is not that simple. Within the posting method, the cache is only cleared after the data has been completely updated. So I can't move that part further down. I figure it has to do with someone posting and someone else reading a different page that is not yet in the cache. If the cache is full, one page is first eliminated. If that happens to be the page that is going to be updated, a third person trying to open that page can generate a new, non-updated cache entry in a process-race condition.

I don't want to spend too much time on this problem as it is not too crucial. What I will do is increase the cache size (actually did that a few days ago anyway) to decrease the likelihood of the scenario above. I will also try to change the caching so that a cached page that was created during the same second that the respective thread was updated isn't going to be shown on any further requests.

Only problem is that debugging the whole thing is far from easy. We'll just see what happens.

There is also a problem with client-side caching if someone requests a page that is then changed the same second. If that person comes back, the server only sees the seconds and figures that everything is fine (HTTP only has a second-resolution for caching). Since this can be avoided by reloading the page (F5), I won't look into this one for now.

Update: erm, looks like that wasn't it...
Now I'm getting client side caching problems... I'll look into it another time...

[This message has been edited by Administrator [-mArc-] (edited 12-02-2006).]


Click Here to See the Profile for [-mArc-]   Click Here to Email [-mArc-]     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Gopher

Fallback Guy
Urban Legend

00007269

Since: Dec 2005

posted 12-02-2006 10:19

IP: Logged


Ah well. Not having access to the source, that was just speculative. I guess I should've given you more credit than that, but I was feeling godlike due to sleep-deprivation at the time Debugging any caching-related bugs can be a pain, I know.

I'm not clear on your explanation, though; if you're not clearing the cache until the end, why do you ever get partially-updated pages? I'd think you should never see the bumped thread without the new poster name in that case. Are the thread lists not cached at all? On the one hand, they change the most, so caching is most expensive and least beneficial, but on the other, they're the most viewed pages.

I diddled around for hours that night, and I found even when there was almost no activity on PEEL, I was able to cause the glitch on three consecutive posts in different threads, all in off-topic. As long as I refreshed when the new date was present but the correct name was not, following the link always caused the glitch. Well, I only did it three times, because deliberately glitching every new post seemed a bit superdickish. I then tried the anti-glitch method 10+ times, without getting a glitch at all. Regardless of what the problem is, knowing how to cause glitches on demand should help with debugging.

A little thought, could you change the order things are updated so the post is to the thread page before the forum page is updated at all and the thread is bumped, or is that being done automagically? If the thread were not bumped until last, it might reduce the chances of people clicking on the thread during that critical instant, thus greatly reducing the number of times the glitch occurs, since the top thread usually gets more clicks than others.


Click Here to See the Profile for Gopher   Click Here to Email Gopher     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
coldangel_1

Urban Legend

00008380

Since: Sep 2006

posted 01-07-2007 00:10

IP: Logged


Little piddling suggestion that might as well be ignored:
I was wondering, would be possible to make is so signitures could be applied to quick-replies?


Click Here to See the Profile for coldangel_1   Click Here to Email coldangel_1     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Nasty Pasty

DOOP Secretary

00004492

Since: Mar 2004

posted 01-07-2007 08:00

IP: Logged


No, that's pretty much the whole reason quick replies were made, is so the page won't be bogged down by signatures...


Click Here to See the Profile for Nasty Pasty   Click Here to Email Nasty Pasty     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
coldangel_1

Urban Legend

00008380

Since: Sep 2006

posted 01-07-2007 08:41

IP: Logged


I see...


Click Here to See the Profile for coldangel_1   Click Here to Email coldangel_1     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Zoidberg227

Urban Legend

00005029

Since: Jul 2004

posted 01-09-2007 22:34

IP: Logged


LMAO, the ironing. Didn't you read the FAQ?


Click Here to See the Profile for Zoidberg227   Click Here to Email Zoidberg227     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 01-28-2007 18:48

IP: Logged


Where may I find the previous POTM winners?


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
newhook_1

Urban Legend

00002514

Since: Apr 2003

posted 01-29-2007 14:06

IP: Logged


They're listed at the beginning of every POTM nomination thread. Just look up the most recent one in off topic.


Click Here to See the Profile for newhook_1     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Bend-err

Urban Legend

00002118

Since: Jan 2003

posted 01-29-2007 14:26

IP: Logged


or here: http://www.splitmonkeys.de/wiki/index.php/POTM


Click Here to See the Profile for Bend-err   Click Here to Email Bend-err     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 02-05-2007 20:14

IP: Logged


Thank you.
I also have a slightly random question. If, in the distant future, a forum has enough threads to reach twenty pages itself, would we have to close the forum and start a new one, orwould it just keep running?


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Jicannon

Urban Legend

00004974

Since: Jun 2004

posted 02-07-2007 21:41

IP: Logged


......what? Have you ever been to Offtopic? The last page is from 2006....this forum began back in 2000. Old threads get archived.


Click Here to See the Profile for Jicannon   Click Here to Email Jicannon     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
germanfryfan

The Listmaker
Urban Legend

00004660

Since: Apr 2004

posted 02-07-2007 22:21

IP: Logged


Like Jicannon said, Forums keep on running. If you change the settings from on the top of every forum to show all topics and not just these from the last 60 days (the standard selection if I remember) you'll see that the General Disscussion already has 191 pages.


Click Here to See the Profile for germanfryfan   Click Here to Email germanfryfan     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
PazuzuJr

Liquid Emperor

00008479

Since: Oct 2006

posted 02-17-2007 08:04

IP: Logged


Just wondering - where did the tradition of 'disscussion' an 'PEE Poll' come from?


Click Here to See the Profile for PazuzuJr   Click Here to Email PazuzuJr     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Teral

Helpy McHelphelp
DOOP Secretary

00001115

Since: Sep 2001

posted 02-17-2007 19:35

IP: Logged


quote:
By ... the guy aboce me:
Just wondering - where did the tradition of 'disscussion'

A simple typo years and years back. Once newbies started bitching about it, it was decided to keep t just to spite them.

quote:
an 'PEE Poll' come from?

Velourfog correctly argued since this was the PEE Lounge, the natural extension was to name polls PEE Polls. mArc was swayed by her flawless logic and history was made. The fact that it would confuse newbies was an added perk.

In short; we're all about ticking of newbies.

[This message has been edited by Helpy McHelphelp Teral (edited 02-17-2007).]


Click Here to See the Profile for Teral   Click Here to Email Teral     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Jicannon

Urban Legend

00004974

Since: Jun 2004

posted 02-17-2007 20:36

IP: Logged


Also PEE Poll sounds like "people" with a weird accent.


Click Here to See the Profile for Jicannon   Click Here to Email Jicannon     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 02-21-2007 14:40

IP: Logged


What caused PEEL to crash the first two times?

[This message has been edited by Trombonist (edited 02-21-2007).]


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Ben

DOOP Secretary

00000888

Since: Jul 2001

posted 02-22-2007 03:23

IP: Logged


Nurdbot


Click Here to See the Profile for Ben     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Nixorbo

UberMod
DOOP Secretary

00000989

Since: Aug 2001

posted 02-22-2007 18:25

IP: Logged


No joke.

I don't even remember how many times we've crashed. There was the time Jason pulled the plug on CGEF and by extension PEEL, there was the time the Test thread broke PEEL, there was the time someone overloaded the server by registration-bombing, etc.


Click Here to See the Profile for Nixorbo   Click Here to Email Nixorbo     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 02-24-2007 20:45

IP: Logged


Wow. So what exactly is the definition of a crash? PEEL stops working, but is it wiped clean of all threads or does it just vanish?


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Nixorbo

UberMod
DOOP Secretary

00000989

Since: Aug 2001

posted 02-25-2007 12:28

IP: Logged


Anything that causes a 404 error.


Click Here to See the Profile for Nixorbo   Click Here to Email Nixorbo     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 02-25-2007 17:35

IP: Logged


I brought back the "How did you find PEEL" thread in the off-topic section. Could I start one in the on-topic section? There are so many people who post there, but not anywhere else. however, I don't want to make it and have it closed.


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
germanfryfan

The Listmaker
Urban Legend

00004660

Since: Apr 2004

posted 02-25-2007 21:29

IP: Logged


You are not the first to have started a thread like that there, they all got closed and directed to the one you bumped in the Off-topic.

There are some "How did you find Futurama" threads still open though.


Click Here to See the Profile for germanfryfan   Click Here to Email germanfryfan     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 02-27-2007 17:50

IP: Logged


Thanks for all of the answers. I appreciate it. I'm out of questions for now, but I'll be back.


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Trombonist

Starship Captain

00008733

Since: Dec 2006

posted 03-07-2007 20:22

IP: Logged


Sorry for the double post, but I was wondering if we could a seperate POTM or even seperate PEELies fr the on-topic section.


Click Here to See the Profile for Trombonist   Click Here to Email Trombonist     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
totalnerduk

DOOP Secretary

00001313

Since: Oct 2001

posted 03-07-2007 20:30

IP: Logged


The on-topic section is like PEEL's kindergarten. That would be like awarding children medical degrees because they say they would quite like to be a doctor.


Click Here to See the Profile for totalnerduk   Click Here to Email totalnerduk     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Xanfor

Urban Legend

00007860

Since: May 2006

posted 03-08-2007 07:17

IP: Logged


Hate to say it, but tnuk is right. There are a few honorary mentions to made of On-Topic posters, but the majority of people who can think straight have migrated off into Off-Topic, biding their sweet time until something of interest pulls them back within. Like, say, new 'Futurama'?


Click Here to See the Profile for Xanfor     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
SonicPanther

Professor

00007990

Since: Jun 2006

posted 03-09-2007 22:36

IP: Logged


quote:
Originally posted by totalnerduk:
The on-topic section is like PEEL's kindergarten.

Teacher, teacher, Writer keeps eating my paste!


Click Here to See the Profile for SonicPanther   Click Here to Email SonicPanther     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Nixorbo

UberMod
DOOP Secretary

00000989

Since: Aug 2001

posted 03-11-2007 00:20

IP: Logged


I can't wait until we have new Futurama content, not just for the show, but so I can shut down 90% of those inane "games."

Personally I'd like to shut them all down right now (read: back when they all started), but then the only active thread we'd have is the movies thread.

For instance, the 6, 6!!! different "What _____ am I thinking of?" threads can be collapsed down into one "What Futurama-related noun am I thinking of?" thread, the two framegrab manipulation variations can be collapsed down into one and the quote manipulations can be collapsed into one.


Click Here to See the Profile for Nixorbo   Click Here to Email Nixorbo     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Ralph Snart

Urban Legend

00006682

Since: Jul 2005

posted 03-11-2007 06:16

IP: Logged


Hey Nix, I just noticed that Nibbler's shadow is in the first episode. I wonder if the writers meant for that to happen?

I think that I'll start a new thread about that.


Click Here to See the Profile for Ralph Snart   Click Here to Email Ralph Snart     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Gocad

Space Pope

00001714

Since: Apr 2002

posted 03-11-2007 10:12

IP: Logged


quote:
Originally posted by Nixorbo:
I can't wait until we have new Futurama content, not just for the show, but so I can shut down 90% of those inane "games."

Personally I'd like to shut them all down right now (read: back when they all started), ...


Nix, you're my hero.

[This message has been edited by Gocad (edited 03-11-2007).]


Click Here to See the Profile for Gocad     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Apartment1I

Crustacean

00008940

Since: Mar 2007

posted 03-11-2007 21:14

IP: Logged


can I get you to unban one of my friends accounts?


Click Here to See the Profile for Apartment1I   Click Here to Email Apartment1I     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
i_c_weiner

Urban Legend

00006055

Since: Feb 2005

posted 03-11-2007 22:03

IP: Logged


By saying "one of my friends accounts", I assume you mean your friend has multiple accounts. This may be the reason why this friend's accounts were banned in the first place. Also, it may help the mods unban this account, if they decide to do so, if you said what the account's name was.

Nix: For about a half a year, I didn't venture into General Disscussion unless it was either to link to a previous thread of the same topic/to the Fry Hole's FAQ for a new member or for the new Futurama thread. Only recently have I gone back into G.D., and that was for the only game I actually enjoy, which is the Framegrab game where one adds a caption to a framegrab. It's one of the only witty and fun "games" left, in my opinion. I really don't care for any of the other ones. Most of the others are just those stupid "What ______ Am I Thinking Of?" threads, which, to me, are just spammy and useless. This just leaves are the framegrab manipulation threads, which haven't been very interesting in about year when we started using generic framegrabs that can be found in every episode and the games have become wild guesses.

Also, I can't believe there are 6 "What _______ Am I Thinking Of?" threads. That's a bit too much interation of the same game. It's like the CSI shows; they're all the same thing, just different titles and settings.


Click Here to See the Profile for i_c_weiner   Click Here to Email i_c_weiner     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
germanfryfan

The Listmaker
Urban Legend

00004660

Since: Apr 2004

posted 03-11-2007 22:15

IP: Logged


quote:
Originally posted by Apartment1I:
can I get you to unban one of my friends accounts?

As far as I know the only people that can actually unbann are our admins, so you might want to forward your request per e-mail to either SlimmyCGEF, or better yet [-mArc-] (his e-mail is at the bottom of the front-page and every single "alert"-button)

Make clear which account should be unbanned, and why. Because - like ICWeiner said - there surely was a good reason to ban it in the first way.


Click Here to See the Profile for germanfryfan   Click Here to Email germanfryfan     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
Xanfor

Urban Legend

00007860

Since: May 2006

posted 03-13-2007 07:06

IP: Logged


quote:
Originally posted by Nixorbo:

I can't wait until we have new Futurama content, not just for the show, but so I can shut down 90% of those inane "games."


Oh, yes, those will have to go quickly once 'Futurama' returns. Right now, they're helping the site stay alive, but when the series is back, they'll just become a nuisance.


Click Here to See the Profile for Xanfor     Edit/Delete Message     Reply w/Quote      Alert this Post to an Admin
QuickPost
UserName

Password


This topic is 16 pages long: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16 

All times are ET (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic Post New Poll Post A Reply
Hop to:

Add Thread to your PEEL Favs
Mail [-mArc-] | Lounge Home | ChatRoom | Vote Archive | PEEL Museum

Powered by Infopop www.infopop.com © 2000
Ultimate Bulletin Board 5.45b

Proud to be supported by:

Legal notice: "Futurama" TM and copyright FOX, its related entities and the Curiosity Company. All rights reserved. Any reproduction, duplication or distribution of these materials in any form is expressly prohibited
Disclaimer: As a fan page this web site, its operators and any content on this site relating to "Futurama" are not authorized by Fox or the Curiosity Company.