Skip to content

Commit

Permalink
process
Browse files Browse the repository at this point in the history
  • Loading branch information
ohgen committed Oct 6, 2015
1 parent 60a4d80 commit 53d96c2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions process/multi_process_pipe.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python
#-*- coding=UTF-8 -*-
# author: ohgenlong

import os
import sys
import logging
import ConfigParser
import time
import datetime
import json
import traceback
from logging.handlers import RotatingFileHandler

14 changes: 14 additions & 0 deletions process/multi_process_pool.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env python
#-*- coding=UTF-8 -*-
# author: ohgenlong

import os
import sys
import logging
import ConfigParser
import time
import datetime
import json
import traceback
from logging.handlers import RotatingFileHandler

0 comments on commit 53d96c2

Please sign in to comment.