V
V
Victor2015-09-27 17:54:10
Python
Victor, 2015-09-27 17:54:10

How to run multiple copies of an external command in python?

How to run multiple copies of external commands (by the number of processors or less) and each pass its share of the argument list in python?

Answer the question

In order to leave comments, you need to log in

23 answer(s)
D
Dimonchik, 2015-09-27
@dimonchik2013

second option - message queues: RabbitMQ or even Celery

N
Nikolay Shamanovich, 2015-09-27
@Shm13

b-style use fork

S
sajgak, 2011-07-05
@sajgak

Check out MODX. I have not been working with it for a year, but even the old version that was working at that moment was quite suitable for all your requirements

A
Alexander, 2011-07-05
@Alexx_ps

WordPress.

D
Diaoha, 2011-07-05
@Diaoha

I would advise Wordpress, especially since version 3.2 was released yesterday. Under the functionality described above is quite suitable.

T
totosarg, 2011-07-06
@totosarg

Looking under what load. I would recommend Drupal (and even better Pressflow, aka optimized drupal). It is very developed, much has already been implemented in add. modules + full of literature, and a lot of knurled solutions, easy to install, powerful theme'ing system. Cons: cumbersome, a lot of things are debatable in the implementation (at the code level), caching is required for any serious loads (and a lot of other work with a file).

A
Anton Kossov, 2011-07-05
@tony

Drupal is the most developed and thoughtful product on the CMS market, expanding far and wide. As for WP, I don’t advise it, they write above that they say a new version has come out and all that - but it would be better if they wrote about endless vulnerabilities, the number of which in WP is only increasing.

S
sharada, 2011-07-06
@sharada

Amiro.CMS works out of the box. On all counts. Without involving a contractor (with a reasonable approach to your needs as a site owner).

A
afiskon, 2011-07-06
@afiskon

Take a look at WordPress too. Good, good engine, very easy to use. It seems to fit your criteria.

S
s0rr0w, 2011-07-05
@s0rr0w

Our people use this:
max-3000.com/ WordStress
clone

M
madmaxcorp, 2011-07-05
@madmaxcorp

The commercial x3m.cms will work almost out of the box.
What do you mean by "the ability to manage search results"?
The rest of the list is available.

L
lashtal, 2011-07-05
@lashtal

silverstripe
themes - yes, page hierarchy - yes, roles, rights - yes, search - yes, seo - very yes, blog, news - yes (modules), cnc - yes (support for iis and apache out of the box)
MVC (sapphire framework)

H
holyorb2, 2011-07-05
@holyorb2

Drupal will do
. There is a search, there are search extension modules, the book module has a tree structure. The most flexible system of
SEO rights and roles - there are additional modules
But for search, I would recommend implementing on the server, for example, Sphinx

D
Dmitry, 2011-07-05
@Tomasina

for such purposes, Joostina is an ideal option: speed (compared to Joomla 1.5 / 1.6), stress resistance at peak loads, modular extension if necessary.
Minus - the lack of blogs in the conventional sense. But are they needed on such a site?
There will be questions - contact me, I do not take money for advice :)

T
Terranru, 2011-07-06
@Terranru

www.twl.ru/
look at this - the speed is limited by the speed of the server's hard disk ...

I
ipalja, 2012-04-02
@ipalja

look at ImageCMS - it should work

S
SergZay, 2014-05-02
@SergZay

Of course, you can write it yourself, but from free ones, as for me, it's WordPress.

M
mojoportal, 2014-05-28
@mojoportal

Free cms mojoPortal fully meets your requirements.
Main site
Russian language resource

1
13i, 2014-06-19
@13i

LiveStreet

S
sacha88, 2014-07-12
@sacha88

Try CMS WebSiteCollect, it has everything you wrote: a built-in blog with adding videos without using YouTube, you can create sites with tree-like menus (horizontal and vertical), customize button styles, add comments, there are user authorization tools. For photographers - create photo albums and photo diaries. www.wscollect.com

V
Val Levi, 2014-11-24
@VALLEV

About five years ago I worked with Joomla and Drupal . The first one didn’t like the admin panel right away, somehow everything was very inconvenient, then I tried the template system and everything else - and finally stopped liking it. I liked Drupal more: the admin panel is convenient, templates are quite fast to make, there are many different add-ons and plugins, the system is very flexible. I don’t know how things are with it now, but as a candidate for a good, flexible and free CMS, it definitely pulls. I heard that it is regularly updated - this is also a plus.
Wordpress tried, but only at the beginning of its development. Pretty simple admin panel, incl. for clients. The template engine did not seem very convenient. Well, maybe I'm nitpicking, but it's not mine.
Typo3I tried it in 2010, we presented it as a CMS for one peculiar project. Frankly, it seemed a very difficult system. In particular, the admin template for the user needs to be written from scratch - it is extremely nasty there, albeit simple. Well, in general, there are many things to do by hand. The template engine is a separate issue. Many people write about her "pain-in-the-ass", I agree with them. I would consider it not just as a CMS, but as a CMF for custom projects - what can you do with its API.
Now I do a lot on 1C-Bitrix- a hot, demanding and gluttonous CMS, but it works quite well on a good hosting, has a lot of features and is regularly updated. There are a lot of tales about it, saying that it is "full of crooked code", "solid rot inside", etc. In fact, despite its monster-like nature, the system has a bunch of flaws in standard modules, while all of them are treated by hand and quickly enough. As a rule, many shortcomings are removed by rewriting regular module templates. The template system itself is quite understandable, working in the admin panel also does not raise any special questions (it is not difficult for clients to handle it). It must be understood that the developers here made a compromise - to make the system convenient for both the developer and the end user. One big plus (or minus - depending on who) - the system is "on hearing" and has strong marketing support. But the big minus is the considerable cost of the license and the need for its annual renewal to receive updates.
I would recommend taking a closer look at CMS ModX . The system has a very convenient template engine, a sane admin panel. It is free and is actively updated. In my opinion, it is much more convenient than Joomla, Drupal and Wordpress. The only negative is that it does not yet have such a variety of add-ons, themes and plugins as for the aforementioned ones. If you think it's right to make custom chips with your own hands, this is a good choice.
For small projects, the domestic open-source CMS Santafox is also suitable - it allows you to quickly develop typical projects, has a fairly simple architecture and well-commented code. And also, a big plus is the built-in online store module. The CMS has a very convenient template engine - approximately similar to that of ModX, as well as a fairly simple admin panel.

V
velykov, 2015-07-10
@velykov

jawi.ru but you will have to initially tinker with the setting

N
Nikolay Basketov, 2015-09-24
@Kolyanbask

Drupal is perhaps the most adequate CMS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question