1
vote
1answer
43 views
What conditions cause Tokyo Cabinet to block
I'm using Tokyo Cabinet with the tc module in python. I store my data in the TDB format. I expected the table to block only for the duration of a write. Unfortunately, I see that w …
2
votes
2answers
216 views
Event Loop vs Multithread blocking IO
I was reading a comment about server architecture.
http://news.ycombinator.com/item?id=520077
In this comment, the person says 3 things:
The event loop, time and again, has be …
0
votes
1answer
42 views
jQuery UI modal dialog not blocking
I am new to javascript and jQuery. I am trying to implement a modal dialog using jQuery UI widgets.
The modal dialog shows up correctly with OK and Cancel buttons, but the dialog( …
1
vote
1answer
19 views
ncurses and stdin blocking problem
I have stdin in a select() set and I want to take a string from stdin whenever the user types it and hits ENTER.
But select is triggering stdin as ready to read before ENTER is hi …
2
votes
1answer
21 views
How to organize ASP.NET request locking or row locking in DB
Hi!
I've asp.net page/handler to access images.
When performed fist request to the image I resize image to standard size(save on disk) and return it.
So I need lock all request to …
0
votes
1answer
52 views
ActiveX / OCX in primary thread freezes application — how to move to separate thread?
I am using a 3rd party OCX (ActiveX) control in my C#/.Net 2.0 application to control an external device. Unfortunately this OCX seems to be a bit ill-behaved. After instantiating …
2
votes
12answers
486 views
How to prevent downloading images and video files from my website
it is possible ?
what is the best way to do this ?
2
votes
4answers
67 views
How to download files in a blocking/synchronous manner?
Hi, I am pretty new to silverlight and was very surprised to see that only asynchronous file downloading can be done. Well, I've attempted to counter act this by just setting a fla …
0
votes
2answers
123 views
Closing JFrame of java applet using buttons on the system frame causes delay
I have written a java applet which opens a JFrame (so when run in the browser, it will popup a small new window).
The problem is, when pressing one of the buttons of the window fr …
0
votes
2answers
107 views
Java ProcessBuilder: external process hangs
I'm using Java's ProcessBuilder class to run an external process. The process should not terminate before the Java program does; it must stay alive in command/response mode.
I kno …
2
votes
4answers
157 views
blocks - send input to python subprocess pipeline
I'm testing subprocesses pipelines with python. I'm aware that I can do what the programs below do in python directly, but that's not the point. I just want to test the pipeline so …
1
vote
0answers
42 views
Administrator is being blocked by server - error 406? [closed]
Few days ago I put online new portal that comes with cms I made myself. Problem that occurred is following: Administrator logs to cms, publishes few news and then he can't access p …
0
votes
1answer
29 views
SQL Server blocking on ‘create function…’, what does this imply?
Hi folks,
I've used the sql from this article http://blogs.techrepublic.com.com/datacenter/?p=275 to try and track down the cause of a lot of blocking which has been going on rece …
0
votes
3answers
68 views
Prevent .php file from being loaded outside jQuery request page
I have a page that is loaded within another page using jQuery. What I wanted to know is if it is possible to somehow block direct access to that page that gets loaded within anothe …
2
votes
3answers
260 views
Javascript: How to delay loading external JS file (Google Analytics)?
I'm using the following code to load my Google Analytics (external javascript) in a way that is meant to not block rendering.
However, using both YSlow and Safari Web Inspector - …
