Earlier quoted context omitted.
Whcih ones and why? Wierd load balancing? Or dumb bureaucracy?
we implement one for event registration. without queuing, you end up with some hidden complexity around whether a ticket in a cart counts towards the limit or not, and when it goes back into the available pool if that cart doesn't check out in time. none of it is too difficult to implement, but it is difficult to explain to users and creates experiences that frustrate people are or are perceived as unfair. for exampl…
Dumb website only lets one user in at a time
91–100 of 104 posts
Re: Dumb website only lets one user in at a time
#92 This is most likely because your project has a code error.
Check your project logs, fix the error and try again.Re: Dumb website only lets one user in at a time
#93Earlier quoted context omitted.
A local pizza place has a website that closes outside of business hours. Which is infuriating if you're trying to figure out business hours in the first place.
There is a Dutch chain of baby necessities which is owned by a fundamentalist Christian. You wouldn't know except for the infuriating message their websites (there where some mergers and I think this affects two large online shops) on Sunday, all day long, are closed because of the Sabbath. A multi million Euro business which just shuts down all of its websites on Sunday. The owner can apparently afford it, because I…
Re: Dumb website only lets one user in at a time
#94Earlier quoted context omitted.
Absolutely. I remember those days. Oh how my parents hated me for running up the long distance bills.
I see this mentioned a lot, but how large would you actually rack up the bills in today's dollars?
Made "examples" of a few unfortunate students until they could fix the problem internally.
Re: Dumb website only lets one user in at a time
#95Earlier quoted context omitted.
Ha. When I moved into my town, the public library's online book search was only turned on from 9-5, monday through saturday. Apparently it was so unstable they didn't want anyone trying to use it unless they had an IT guy on hand? I'm guessing? Anyway, they eventually outsourced to bibliocommons, but oy, what a ridiculous limitation to have as late as 2007.
The official government website for accessing information about property ownership information in Slovenia only works during working hours -- mon-fri 8h-20h.
Re: Dumb website only lets one user in at a time
#96Not at all the same thing I admit, but the company I work for has a product that limits the number of transactions (per user) to 1. Where "transaction" is roughly equivalent to an HTTP request. So if you run a query that takes 30 seconds, get bored, open up a new tab to do something else in the product, your new tab will hang until the transaction in the previous tab has completed. I hate it. There is a special URL t…
This sounds like ServiceNow… if it is I’d love to know that special URL.
https://support.servicenow.com/kb?id=kb_article_view&sysparm...
Or you can type “cancel_my_transaction.do” in the navigator filter bar. Related tip: you can quickly bring up any table by typing “table_name.list” (s/.do/.list/ from the single-item url) there instead of poking around for a link. “sys_user.list” is probably the one I use most often.
Re: Dumb website only lets one user in at a time
#97Earlier quoted context omitted.
The official government website for accessing information about property ownership information in Slovenia only works during working hours -- mon-fri 8h-20h.
It seems like it would be more work to implement a website that shuts down depending on time of day than just leave it up.
Re: Dumb website only lets one user in at a time
#98Not at all the same thing I admit, but the company I work for has a product that limits the number of transactions (per user) to 1. Where "transaction" is roughly equivalent to an HTTP request. So if you run a query that takes 30 seconds, get bored, open up a new tab to do something else in the product, your new tab will hang until the transaction in the previous tab has completed. I hate it. There is a special URL t…
Re: Dumb website only lets one user in at a time
#99Earlier quoted context omitted.
Absolutely. I remember those days. Oh how my parents hated me for running up the long distance bills.
I see this mentioned a lot, but how large would you actually rack up the bills in today's dollars?
Re: Dumb website only lets one user in at a time
#100Earlier quoted context omitted.
A local pizza place has a website that closes outside of business hours. Which is infuriating if you're trying to figure out business hours in the first place.
So its running on a computer in their restaurant, and someone shuts it off when they leave. : - )