Tagged Questions

3
votes
1answer
41 views

Multiprocessing Pool inside Process time out

When ever I use the following code the pool result always returns a timeout, is there something logically incorrect I am doing? from multiprocessing import Pool, Process, cpu_coun …
3
votes
2answers
102 views

How to designate a thread pool for actors

I have an existing java/scala application using a global thread pool. I would like to start using actors in the project but would like everything in the app using the same pool. …
3
votes
2answers
431 views

Python multiprocessing: Pool of custom Processes

I am subclassing the Process class, into a class I call EdgeRenderer. I want to use multiprocessing.Pool, except instead of regular Processes, I want them to be instances of my Edg …
3
votes
1answer
188 views

What physics engine would be good for a Silverlight pool engine?

I have looked into the Farseer engine, but I barely scratched the surface. Would it or another engine be good for a reasonably accurate pool game engine?
3
votes
4answers
3k views

C# thread pool limiting threads

Alright...I've given the site a fair search and have read over many posts about this topic. I found this question: http://stackoverflow.com/questions/435668/code-for-a-simple-threa …
3
votes
5answers
755 views

Pros and cons of having dedicated application pools over keeping web applications in one default app pool

Hello! What are pros and cons of having dedicated application pools over keeping web applications in one default app pool? Thanks in advance
2
votes
4answers
166 views

How to combine Pool.map with Array (shared memory) in Python multiprocessing?

I have a very large (read only) array of data that I want to be processed by multiple processes in parallel. I like the Pool.map function and would like to use it to calculate fun …
2
votes
2answers
160 views

Keyboard Interrupts with python’s multiprocessing Pool

How can I handle KeyboardInterrupt events with python's multiprocessing Pools? Here is a simple example: from multiprocessing import Pool from time import sleep from sys import ex …
2
votes
2answers
454 views

How is the java memory pool divided?

I’m currently monitoring a Java application with jconsole. The memory tab let you choose between: Heap Memory Usage Non-Heap Memory Usage Memory Pool “Eden Space” Memory Pool “Sur …
2
votes
1answer
224 views

Django database connections pool with psycopg2.pool

Hi folks, I'm trying to implement persistent database connection pool with django. One of the options is to use built in psycopg2.pool code which provide different types of pools …
2
votes
1answer
124 views

Tips for using commons-pool in production

Based on an answer I got here, I started to give commons-pool a serious look. My last experience of using it was around 2003, probably version 1.1 or 1.2. Its main user, DBCP, is c …
2
votes
2answers
378 views

Good Client Socket Pool

I need to manage long running TCP socket connections to an external server from my Java application. I'm looking for a good socket pool so I will be able to re-use the sockets. Are …
2
votes
3answers
803 views

Buffer pool management using C#

We need to develop some kind of buffer management for an application we are developing using C#. Essentially, the application receives messages from devices as and when they come …
2
votes
2answers
271 views

How to use system_user in audit trigger but still use connection pooling?

I would like to do both of the following things: use audit triggers on my database tables to identify which user updated what; use connection pooling to improve performance For …
1
vote
1answer
17 views

app pool settings kill threads but keep settings

.net 2.0 aspx app / IIS6 creating a silly number of threads in w3wp.exe process app pool. The app has been isolated to its own app pool with the following settings: RECYCLING r …

1 2 3 next
15 30 50 per page