Jeevikkan Marannupoya Sthree

Jeevikkan Marannupoya Sthree is a 1974 Indian Malayalam film, directed by K. S. Sethumadhavan and produced by K. S. R. Moorthy. The film stars Sheela, Vijayasree, Mohan Sharma and Sankaradi in the lead roles. The film had musical score by M. S. Viswanathan.[1][2][3]

Jeevikkan Marannupoya Sthree
Directed byK. S. Sethumadhavan
Produced byK. S. R. Moorthy
Written byVettor Raman Nair
Thoppil Bhasi (dialogues)
Screenplay byK. S. Sethumadhavan
StarringSheela
Vijayasree
Mohan Sharma
Sankaradi
Music byM. S. Viswanathan
CinematographyBalu Mahendra
Edited byT. R. Sreenivasalu
Production
company
Chithrakalakendram
Distributed byChithrakalakendram
Release date
  • 22 February 1974 (1974-02-22)
CountryIndia
LanguageMalayalam

Cast

Soundtrack

The music was composed by M. S. Viswanathan and the lyrics were written by Vayalar Ramavarma.

No.SongSingersLyricsLength (m:ss)
1"Ashtapadiyile"P. JayachandranVayalar Ramavarma
2"Brahmanandini"K. J. Yesudas, B. VasanthaVayalar Ramavarma
3"Maalineethadame"S. JanakiVayalar Ramavarma
4"Shilpi Devashilpi"K. J. YesudasVayalar Ramavarma
5"Veena Poove"S. JanakiVayalar Ramavarma
6"Veena Poove"K. J. YesudasVayalar Ramavarma
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.
gollark: It does not avoid those. You just reimplement them oddly.

References

  1. "Jeevikkaan Marannu Poya Sthree". www.malayalachalachithram.com. Retrieved 15 October 2014.
  2. "Jeevikkaan Marannu Poya Sthree". malayalasangeetham.info. Archived from the original on 16 March 2015. Retrieved 15 October 2014.
  3. "Jeevikkan Marannu Poya Sthree". spicyonion.com. Retrieved 15 October 2014.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.