Manhole (2014 film)
Manhole (Korean: 맨홀; RR: Maenhol) is a 2014 South Korean thriller directed by Shin Jae-young.[1][2][3][4][5]
Manhole | |
---|---|
Theatrical poster | |
Directed by | Shin Jae-young |
Produced by | Kim Min-gi |
Written by | Moon Bong-seop Shin Jae-young |
Starring | Jung Kyung-ho Jung Yu-mi Kim Sae-ron |
Music by | Hwang Sang-jun Ma Sang-woo |
Cinematography | Jo Yeong-cheon |
Edited by | Choi Jae-geun Kim So-yeon |
Distributed by | Lotte Entertainment |
Release date |
|
Running time | 100 minutes |
Country | South Korea |
Language | Korean |
Plot
A serial killer Soo-chul (Jung Kyung-ho) has been terrorizing a neighborhood in Seoul, and in the span of 6 months, 10 people have disappeared without a trace. He uses a manhole to trap his victims. His latest abductee is Soo-jung (Kim Sae-ron), a 14-year-old girl, and her older sister Yeon-seo (Jung Yu-mi) is desperate to find her before time runs out.
Cast
- Jung Kyung-ho as Soo-chul
- Jung Yu-mi as Yeon-seo
- Kim Sae-ron as Soo-jung
- Choi Deok-moon as Kim Jong-ho, taxi driver
- Jo Dal-hwan as Pil-gyu, policeman
- Lee Young-yoo as Kim Song-yi, Jong-ho's daughter
- Yoon Chan-young as Soo-chul (young)
- Sung Yu-bin as Feral boy
- Kim Bin-woo as Female victim
- Seo Hyun-woo as Policeman
- Kim Mi-hee as Policewoman
- Kim Gu-taek as Choi
gollark: It'd hit `while True: pass` on all the executor threads first.
gollark: In parallel!
gollark: It enumerates and executes all possible strings.
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != "None": io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```Expanded version.
gollark: But the exec is *important*.
References
- Conran, Pierce (14 January 2014). "JUNG Yu-Mi Steps into MANHOLE". Korean Film Biz Zone. Retrieved 2014-09-03.
- Park, Sunghee (3 September 2014). "Jung Kyung Ho Plays A Serial Killer". BNTNews. Retrieved 2014-09-03.
- "Kim Sae-ron and Jung Yu-mi pose at a press event for their new film". The Chosun Ilbo. 4 September 2014. Archived from the original on 17 December 2014. Retrieved 2014-10-09.
- Conran, Pierce (17 October 2014). "New Films: Manhole". Korean Cinema Today. Retrieved 2014-10-30.
- Elley, Derek (25 October 2014). "Manhole". Film Business Asia. Retrieved 2014-10-28.
External links
- Official website (in Korean)
- Manhole at the Korean Movie Database
- Manhole on IMDb
- Manhole at HanCinema
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.